mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-22 16:41:09 +00:00
17 lines
285 B
CSS
17 lines
285 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
/* anchor links in markdown headings */
|
|
.anchor svg {
|
|
display: inline;
|
|
}
|
|
|
|
@media only screen and (max-width: 720px) {
|
|
nav {
|
|
width: 100% !important;
|
|
}
|
|
nav #navbar-start {
|
|
display: flex;
|
|
}
|
|
}
|