parent
93ea97eaf8
commit
189270c9c2
|
@ -20,6 +20,27 @@ h1 {
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
font-size: 100%;
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
label {
|
||||||
|
font-size: 100%;
|
||||||
|
font-weight: bold;
|
||||||
|
color: #eee;
|
||||||
|
background-color: #757575;
|
||||||
|
padding-top: 0.15em;
|
||||||
|
padding-bottom: 0.15em;
|
||||||
|
padding-left: 0.5em;
|
||||||
|
padding-right: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
input, textarea {
|
||||||
|
font-family: sans;
|
||||||
|
}
|
||||||
|
|
||||||
/* Small screens */
|
/* Small screens */
|
||||||
@media only screen and (max-width: 1080px) {
|
@media only screen and (max-width: 1080px) {
|
||||||
body {
|
body {
|
||||||
|
@ -29,13 +50,7 @@ h1 {
|
||||||
font-size: 300%;
|
font-size: 300%;
|
||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 200%;
|
|
||||||
line-height: 100%;
|
line-height: 100%;
|
||||||
margin-top: 0;
|
|
||||||
margin-bottom: 0.5em;
|
|
||||||
}
|
|
||||||
label {
|
|
||||||
font-size: 150%;
|
|
||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
font-size: 200%;
|
font-size: 200%;
|
||||||
|
@ -69,7 +84,6 @@ h1 {
|
||||||
input, textarea {
|
input, textarea {
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
font-size: 105%;
|
font-size: 105%;
|
||||||
font-family: sans;
|
|
||||||
}
|
}
|
||||||
dd {
|
dd {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
|
Loading…
Reference in New Issue