Profile max-width

This commit is contained in:
hmbrink 2020-01-22 14:34:23 -05:00
parent 16db93c2da
commit 01341be95b

View File

@ -31,5 +31,9 @@ body {
@include media($medium-screen) {
top: $usa-banner-height + $topbar-height;
}
.user-edit {
max-width: $max-panel-width;
}
}
}