better menu on mobile
This commit is contained in:
parent
bc9800b1e6
commit
dbee78e582
|
@ -231,7 +231,7 @@ footer p:last-of-type {
|
||||||
@media only screen and (max-width: 900px) {
|
@media only screen and (max-width: 900px) {
|
||||||
.menu a {
|
.menu a {
|
||||||
font-size: medium;
|
font-size: medium;
|
||||||
min-width: 80px;
|
min-width: 90px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.menu {
|
div.menu {
|
||||||
|
@ -248,7 +248,7 @@ footer p:last-of-type {
|
||||||
@media only screen and (max-width: 700px) {
|
@media only screen and (max-width: 700px) {
|
||||||
.menu a {
|
.menu a {
|
||||||
font-size: smaller;
|
font-size: smaller;
|
||||||
min-width: 50px;
|
min-width: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer p:first-of-type, footer p:last-of-type {
|
footer p:first-of-type, footer p:last-of-type {
|
||||||
|
|
|
@ -231,7 +231,7 @@ footer p:last-of-type {
|
||||||
@media only screen and (max-width: 900px) {
|
@media only screen and (max-width: 900px) {
|
||||||
.menu a {
|
.menu a {
|
||||||
font-size: medium;
|
font-size: medium;
|
||||||
min-width: 80px;
|
min-width: 90px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.menu {
|
div.menu {
|
||||||
|
@ -248,7 +248,7 @@ footer p:last-of-type {
|
||||||
@media only screen and (max-width: 700px) {
|
@media only screen and (max-width: 700px) {
|
||||||
.menu a {
|
.menu a {
|
||||||
font-size: smaller;
|
font-size: smaller;
|
||||||
min-width: 50px;
|
min-width: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer p:first-of-type, footer p:last-of-type {
|
footer p:first-of-type, footer p:last-of-type {
|
||||||
|
|
Loading…
Reference in New Issue