mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
more narrow content containers
This commit is contained in:
parent
5f68e12733
commit
b5142b9c04
@ -48,11 +48,11 @@
|
||||
}
|
||||
|
||||
@include screen-md-min {
|
||||
width: 80vw;
|
||||
width: 62vw;
|
||||
}
|
||||
|
||||
@include screen-lg-min {
|
||||
width: 62vw;
|
||||
width: 50vw;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user