1
1
mirror of https://github.com/primer/css.git synced 2025-01-05 04:47:21 +03:00

Decrease max width

This commit is contained in:
Amanda Pinsker 2019-06-21 16:06:32 +02:00
parent 7b9f83bbb7
commit 138dce27f6

View File

@ -18,7 +18,7 @@
}
@include breakpoint(sm) {
max-width: 500px;
max-width: 450px;
width: max-content;
margin: $spacer-3;
}