Creating base of pages, transfering images from theme, fixing bugs, moving layout to theme.

This commit is contained in:
Adsooi 2021-06-13 19:48:23 +02:00
parent a69ed665da
commit fe28fb655b
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
30 changed files with 165 additions and 32 deletions

22
static/css/custom.css Normal file
View file

@ -0,0 +1,22 @@
#appslist {
width: min(108em, 100vw);
}
@media screen and (max-width: 108em) {
#appslist {
width: 81em;
}
}
@media screen and (max-width: 81em) {
#appslist {
width: 54em;
}
}
@media screen and (max-width: 54em) {
#appslist {
width: min(27em, 100vw);
}
}