Skip to content
Snippets Groups Projects
Commit 6988f5db authored by Antodias's avatar Antodias
Browse files

mobile css fixes

parent 86ba40f1
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,7 @@ html, body { ...@@ -18,6 +18,7 @@ html, body {
border: 0; border: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
min-width: 450px;
} }
body { body {
...@@ -651,7 +652,7 @@ footer .lang-dropdown { ...@@ -651,7 +652,7 @@ footer .lang-dropdown {
.big-hero header h1 { .big-hero header h1 {
background-position: 50% 50%; background-position: 50% 50%;
padding: 80px 0 0; padding: 25px 0 0;
} }
#stats { #stats {
...@@ -680,7 +681,37 @@ footer .lang-dropdown { ...@@ -680,7 +681,37 @@ footer .lang-dropdown {
padding: 0 25px; padding: 0 25px;
} }
header {
padding: 0;
}
footer .editPage a { footer .editPage a {
color: transparent; color: transparent;
} }
#stats {
position: static;
display: flex;
flex-wrap: wrap;
padding-top: 12px;
}
#stats div {
display: inline;
white-space: nowrap;
font-size: 12px;
padding: 6px 0;
}
#stats div span {
font-size: 14px;
width: 200px;
margin-bottom: 4px;
}
#stats i.fa {
font-size: 28px;
width: 45px;
height: 32px;
}
} }
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