Better footer on mobile
This commit is contained in:
parent
59d277f93b
commit
29ce542de7
|
@ -197,8 +197,9 @@ footer {
|
||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
height: auto;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
height: 3em;
|
min-height: 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer p {
|
footer p {
|
||||||
|
@ -221,7 +222,7 @@ footer p:last-of-type {
|
||||||
}
|
}
|
||||||
|
|
||||||
div.menu {
|
div.menu {
|
||||||
padding: .2em;
|
padding: .5em;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -236,4 +237,8 @@ footer p:last-of-type {
|
||||||
font-size: smaller;
|
font-size: smaller;
|
||||||
min-width: 50px;
|
min-width: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer p:first-of-type, footer p:last-of-type {
|
||||||
|
float: none;
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -197,8 +197,9 @@ footer {
|
||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
height: auto;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
height: 3em;
|
min-height: 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer p {
|
footer p {
|
||||||
|
@ -221,7 +222,7 @@ footer p:last-of-type {
|
||||||
}
|
}
|
||||||
|
|
||||||
div.menu {
|
div.menu {
|
||||||
padding: .2em;
|
padding: .5em;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -236,4 +237,8 @@ footer p:last-of-type {
|
||||||
font-size: smaller;
|
font-size: smaller;
|
||||||
min-width: 50px;
|
min-width: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer p:first-of-type, footer p:last-of-type {
|
||||||
|
float: none;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue