Skip to content

Instantly share code, notes, and snippets.

@basti1253
Last active July 8, 2021 07:20
Show Gist options
  • Save basti1253/bf5c0bc6e8bb13fe3cec1f4c5e258ac3 to your computer and use it in GitHub Desktop.
Save basti1253/bf5c0bc6e8bb13fe3cec1f4c5e258ac3 to your computer and use it in GitHub Desktop.
nordbayern.de custom css - https://add0n.com/stylus.html
@media (min-width: 60.01em) {
body, html, textarea {
font-size: 16px;
line-height: 1.3;
}
button, input, optgroup, select {
font-size: 16px;
}
nav.nav__wrapper {
width: 25%;
max-width: 360px;
min-width: 300px;
}
header, #nb_site, #nb_content {
width: 100% !important;
min-width: 100% !important;
}
main {
width: 90% !important;
min-width: 90% !important;
margin: 1rem auto;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment