Skip to content
Snippets Groups Projects
Commit 7133a51d authored by Emmanuel Godard's avatar Emmanuel Godard
Browse files

responsive footer

parent 3a2dd71d
Branches
No related tags found
1 merge request!1No gf
......@@ -240,6 +240,7 @@ time {
border-top: solid 1px #cecece;
}
#container footer ul {
margin-top: 1rem;
margin-left: -1rem;
......@@ -248,6 +249,13 @@ time {
justify-content: flex-center;
}
@media only screen and (max-width: 800px) {
#container footer ul {
display: block;
}
}
#container footer ul li{
margin: 2px;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment