test petites polices

This commit is contained in:
hugogogo
2021-04-21 15:25:02 +02:00
parent 34f98fe227
commit 4bb09a3e6f
2 changed files with 11 additions and 10 deletions

View File

@@ -91,13 +91,3 @@ body#body_navbar {
}
@media only screen and (max-width: 1000px) {
.navbar .nav_left a {
display: none;
}
.navbar .nav_left a#nav_logo {
display: flex;
}
}

11
styles/skeleton.css vendored
View File

@@ -93,6 +93,17 @@ footer iframe {
.aside_left {
position: relative;
}
/*NAVBAR*/
.navbar .nav_left a {
display: none;
}
.navbar .nav_left a#nav_logo {
display: flex;
}
/*MAIN*/
main {
max-width: 90%;
}
}