1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-11-10 08:12:11 +00:00
seirdy.one/themes/etch-custom/assets/css/max770px.css
rohan kumar 131ad941d7
CSS: navbar tweaks (responsiveness + color)
- Dark mode: make navbar links the same color as regular links so as to
not hide the fact that they are links.
- Make navbar reflow at narrow window sizes
2020-11-25 22:19:52 -08:00

15 lines
231 B
CSS

@media (max-width: 770px) {
body {
max-width: 600px;
padding: 0 1rem;
}
header#banner nav {
display: block;
padding: 1rem 0 0.5rem 0;
margin: 0;
}
header#banner nav ul li {
display: block;
padding: 0.25rem;
}
}