Skip to content
Snippets Groups Projects
Commit 1f9a93f8 authored by Julien Schmidt's avatar Julien Schmidt
Browse files

fix footer links padding

parent 1ef37c90
No related branches found
No related tags found
No related merge requests found
......@@ -668,7 +668,7 @@ footer .container {
}
footer .editPage {
padding: 15px;
padding: 15px 15px 15px 0;
flex: 1 1 0;
text-overflow: clip;
overflow: hidden;
......@@ -687,7 +687,7 @@ footer .center {
footer .lang-dropdown-container {
flex: 1 1 0;
padding: 15px;
padding: 15px 0 15px 15px;
text-align: right;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment