1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00

more narrow content containers

This commit is contained in:
Matthias Kretschmann 2023-03-16 18:20:20 +00:00
parent 5f68e12733
commit b5142b9c04
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 4 additions and 4 deletions

View File

@ -48,11 +48,11 @@
}
@include screen-md-min {
width: 80vw;
width: 62vw;
}
@include screen-lg-min {
width: 62vw;
width: 50vw;
}
}

View File

@ -66,7 +66,7 @@
@include screen-md-min {
.main-container {
width: 80vw;
width: 62vw;
min-height: 82vh;
box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
}
@ -74,7 +74,7 @@
@include screen-lg-min {
.main-container {
width: 62vw;
width: 50vw;
min-height: 82vh;
box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
}