Compare commits
1 commit
feature/ni
...
main
Author | SHA1 | Date | |
---|---|---|---|
016e1957e3 |
2 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
background: url("/static/snow.gif");
|
background: url("/static/snow.gif");
|
||||||
border: 3px inset black;
|
border: 3px inset black;
|
||||||
color: black;
|
color: black;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 800px) {
|
@media screen and (max-width: 800px) {
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
.settings-area {
|
.settings-area {
|
||||||
background: url("/static/snow.gif");
|
background: url("/static/snow.gif");
|
||||||
border: 1px solid white;
|
border: 1px solid white;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 800px) {
|
@media screen and (max-width: 800px) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue