generated from cms/tibi-docs
This commit is contained in:
parent
ac526612df
commit
df22a0da08
@ -62,7 +62,7 @@
|
||||
<div class="lower">{nextpage?.name}</div>
|
||||
</button>{/if}
|
||||
<div class="lower-part">
|
||||
<div class="container">
|
||||
<div class="container" style="">
|
||||
<div class="links">
|
||||
<button
|
||||
on:click="{() => {
|
||||
@ -135,8 +135,14 @@
|
||||
max-width: 1400px;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
padding: 0px 2.5vw;
|
||||
|
||||
flex-direction: column;
|
||||
margin: 15px 0px;
|
||||
padding: 15px 10px;
|
||||
@media @tablet {
|
||||
margin: 40px 0px;
|
||||
padding: 30px 10px;
|
||||
}
|
||||
.links,
|
||||
.contact {
|
||||
display: flex;
|
||||
@ -151,7 +157,6 @@
|
||||
}
|
||||
}
|
||||
@media @tablet {
|
||||
padding: 80px 2.5vw;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
.links,
|
||||
|
@ -84,7 +84,6 @@
|
||||
width: 100%;
|
||||
position: relative;
|
||||
max-width: 100vw;
|
||||
|
||||
overflow: hidden;
|
||||
gap: 10px;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user