Skip to content

Commit 9f9bc9b

Browse files
lancebeckerBrandon Johnson
authored andcommitted
Minor text tweak
1 parent 334a1f7 commit 9f9bc9b

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

css/main.scss

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,15 +164,24 @@ img {
164164
}
165165

166166
.next-event-timestamp {
167-
margin-top: 5px;
167+
display: block;
168168
font-size: 1rem;
169+
text-align: center;
170+
width: 80%;
171+
margin: 15px auto 0;
172+
173+
@include break-at( sm ) {
174+
width: unset;
175+
margin: 5px 0 0 0;
176+
text-align: left;
177+
}
169178

170179
}
171180

172181
.button-row {
173182
display: flex;
174183
align-items: center;
175-
margin: 30px 0 0;
184+
margin: 20px 0 0;
176185
flex-direction: column;
177186

178187
@include break-at( sm ) {

0 commit comments

Comments
 (0)