fix some errors in css
This commit is contained in:
parent
b5e17110eb
commit
eacfaa2288
|
@ -32,7 +32,7 @@ form, input, textarea {
|
||||||
font-family: monospace, "Noto Color Emoji";
|
font-family: monospace, "Noto Color Emoji";
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
margin-top 1em;
|
margin-top: 1em;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
|
@ -78,7 +78,7 @@ main {
|
||||||
padding: 0em 1em 0em 1em;
|
padding: 0em 1em 0em 1em;
|
||||||
}
|
}
|
||||||
.info div {
|
.info div {
|
||||||
margin-top 1em;
|
margin-top: 1em;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
label, button, form input[type=submit], select {
|
label, button, form input[type=submit], select {
|
||||||
|
@ -210,7 +210,7 @@ img:not(.emu) {
|
||||||
background: $bg-page;
|
background: $bg-page;
|
||||||
}
|
}
|
||||||
img, video {
|
img, video {
|
||||||
max-width: 100%
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
img.emu {
|
img.emu {
|
||||||
width: 2em;
|
width: 2em;
|
||||||
|
|
Loading…
Reference in New Issue