Make tabs responsive
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
d004317663
commit
c9a3302574
2 changed files with 18 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<x-tab-content selected="3">
|
<x-tab-content selected="3">
|
||||||
<x-section-head header="Page four">
|
<x-section-head header="Page four">
|
||||||
<x-blockquote cite="Josh Arbon (CEO of Mystery Project)">
|
<x-blockquote cite="Josh Arbon (CEO of Tysontoucherinator)">
|
||||||
Who is this guy?
|
Who is this guy?
|
||||||
</x-blockquote>
|
</x-blockquote>
|
||||||
</x-section-head>
|
</x-section-head>
|
||||||
|
|
|
@ -212,4 +212,21 @@ a {
|
||||||
font-size: 14pt;
|
font-size: 14pt;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 500px) {
|
||||||
|
.tab-list {
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tab-list button {
|
||||||
|
background-color: transparent;
|
||||||
|
border: solid 3px #999;
|
||||||
|
font-size: 16pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tab-list button.selected {
|
||||||
|
font-weight: bold;
|
||||||
|
border: solid 6px #eee;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue