Skip to content

Commit c46f54d

Browse files
committed
add util classes for max width
1 parent 8a4e881 commit c46f54d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/css/base.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2204,10 +2204,18 @@ button.anchor {
22042204
max-width: 500px;
22052205
}
22062206

2207+
.dc__mxw-600 {
2208+
max-width: 600px;
2209+
}
2210+
22072211
.dc__mxw-800 {
22082212
max-width: 800px;
22092213
}
22102214

2215+
.dc__mxw-960 {
2216+
max-width: 960px;
2217+
}
2218+
22112219
.dc__mxw-1000 {
22122220
max-width: 1000px;
22132221
}

0 commit comments

Comments
 (0)