Creating base of pages, transfering images from theme, fixing bugs, moving layout to theme.
This commit is contained in:
parent
a69ed665da
commit
fe28fb655b
30 changed files with 165 additions and 32 deletions
22
static/css/custom.css
Normal file
22
static/css/custom.css
Normal 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);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue