We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334a1f7 commit 9f9bc9bCopy full SHA for 9f9bc9b
css/main.scss
@@ -164,15 +164,24 @@ img {
164
}
165
166
.next-event-timestamp {
167
- margin-top: 5px;
+ display: block;
168
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
+ }
178
179
180
181
.button-row {
182
display: flex;
183
align-items: center;
- margin: 30px 0 0;
184
+ margin: 20px 0 0;
185
flex-direction: column;
186
187
@include break-at( sm ) {
0 commit comments