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