mirror of
https://github.com/krateng/maloja.git
synced 2025-04-19 18:17:36 +03: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) {
|
||||
div#startpage {
|
||||
grid-template-columns: 45vw 45vw;
|
||||
grid-template-rows: 45vh 45vh 45vh;
|
||||
grid-template-columns: repeat(2, 45vw);
|
||||
grid-template-rows: repeat(3, 30vh);
|
||||
|
||||
grid-template-areas:
|
||||
"charts_artists lastscrobbles"
|
||||
|
Loading…
x
Reference in New Issue
Block a user