1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2024-12-01 18:11:10 +00:00
ibis/assets/ibis.css

18 lines
285 B
CSS
Raw Normal View History

2024-10-30 15:28:41 +00:00
@tailwind base;
@tailwind components;
@tailwind utilities;
2024-10-31 14:56:29 +00:00
/* anchor links in markdown headings */
2024-10-30 15:28:41 +00:00
.anchor svg {
2024-10-30 15:34:21 +00:00
display: inline;
2024-10-16 08:28:07 +00:00
}
2024-03-14 09:13:07 +00:00
@media only screen and (max-width: 720px) {
2024-10-31 14:56:29 +00:00
nav {
width: 100% !important;
}
nav #navbar-start {
display: flex;
2024-03-14 09:13:07 +00:00
}
}