test petites polices
This commit is contained in:
@@ -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
11
styles/skeleton.css
vendored
@@ -93,6 +93,17 @@ footer iframe {
|
|||||||
.aside_left {
|
.aside_left {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
/*NAVBAR*/
|
||||||
|
.navbar .nav_left a {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.navbar .nav_left a#nav_logo {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
/*MAIN*/
|
||||||
|
main {
|
||||||
|
max-width: 90%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user