issue-fix #32
@ -134,11 +134,12 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.menuitem {
|
.menuitem {
|
||||||
|
display: inline-block;
|
||||||
|
width: 100%;
|
||||||
background-color: #2256aa;
|
background-color: #2256aa;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #f6f5f4;
|
color: #f6f5f4;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 18px;
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
@ -149,6 +150,16 @@ body {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (min-width: 600px) {
|
||||||
|
.menuitem {
|
||||||
|
min-width: 10%;
|
||||||
|
max-width: 40%;
|
||||||
|
margin: auto;
|
||||||
|
border-radius: 18px;
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.menuitem:hover {
|
.menuitem:hover {
|
||||||
background-color: #112b55;
|
background-color: #112b55;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user