Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

Commit 0d34e93

Browse files
committed
Improve mobile layout
1 parent 4d03f28 commit 0d34e93

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/assets/stylesheets/not_a_conf/style.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3364,3 +3364,10 @@ label {
33643364
margin: 0 30px 60px;
33653365
flex: 1;
33663366
}
3367+
3368+
@media (max-width: 768px) {
3369+
.row {
3370+
margin-left: 0px;
3371+
margin-right: 0px;
3372+
}
3373+
}

0 commit comments

Comments
 (0)