Skip to content
Snippets Groups Projects
Commit a1f8fa3a authored by julientaq's avatar julientaq
Browse files

fix mobile menu

parent 27f48734
No related branches found
No related tags found
1 merge request!11New aricles
......@@ -577,6 +577,14 @@ footer section.infos a:hover {
margin-bottom: 2em;
}
}
@media screen and (max-width: 1100px) {
.topbar {
flex-direction: column;
}
.topbar nav ul li {
width: 100%;
}
}
@media screen and (max-width: 768px) {
.topbar {
flex-direction: column;
......@@ -644,3 +652,11 @@ footer section.infos a:hover {
.footertagline {
margin-top: 4em;
}
@media screen and (max-width: 700px) {
.article-single article {
display: block;
}
.article-single article p {
padding: 1em 0;
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment