Apply mobile style to symbolon controls
This commit is contained in:
parent
beff57738f
commit
af4fbf2ce8
@ -6,14 +6,34 @@ body {
|
||||
|
||||
#selector {
|
||||
text-align: center;
|
||||
padding-top: 1em;
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
#selector > select {
|
||||
border: 1px solid #999999;
|
||||
padding: 10px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
#selector > button {
|
||||
border: 1px solid #999999;
|
||||
padding: 10px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
#selector > hr {
|
||||
border: solid black;
|
||||
border-width: 1px 0 0 0;
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
#selector > select,button {
|
||||
font-size: 100%;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
#cards {
|
||||
width: 90%;
|
||||
margin: 0 auto;
|
||||
|
Loading…
Reference in New Issue
Block a user