Update file style.css
This commit is contained in:
parent
513587d721
commit
055eaae5e3
@ -122,7 +122,15 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.row {
|
.row {
|
||||||
|
display: inline-block;
|
||||||
background-color: var(--dark-background);
|
background-color: var(--dark-background);
|
||||||
|
border-radius: 10px;
|
||||||
|
padding: 2em;
|
||||||
|
margin: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.row input {
|
||||||
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(max-width: 750px) {
|
@media(max-width: 750px) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user