mirror of
https://github.com/krateng/maloja.git
synced 2025-07-09 03:04:07 -04:00
Design adjustments
This commit is contained in:
parent
8e06c34323
commit
1ce3119dda
@ -22,8 +22,8 @@ div#startpage {
|
|||||||
|
|
||||||
@media (min-width: 1401px) and (max-width: 2200px) {
|
@media (min-width: 1401px) and (max-width: 2200px) {
|
||||||
div#startpage {
|
div#startpage {
|
||||||
grid-template-columns: 45vw 45vw;
|
grid-template-columns: repeat(2, 45vw);
|
||||||
grid-template-rows: 45vh 45vh 45vh;
|
grid-template-rows: repeat(3, 30vh);
|
||||||
|
|
||||||
grid-template-areas:
|
grid-template-areas:
|
||||||
"charts_artists lastscrobbles"
|
"charts_artists lastscrobbles"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user