Skip to content

Commit c0146ad

Browse files
committed
fix message layout on mobile
1 parent 3692cb0 commit c0146ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webroot/css/messages.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
position: relative;
77
text-align: center;
88
/* width: fit-content; */
9-
width: 90%;
9+
/* subtract padding from indented width */
10+
width: 90% - 80px;
1011
margin-left: auto;
1112
margin-right: auto;
1213
margin-bottom: 20px;

0 commit comments

Comments
 (0)