Skip to content

Commit 7046b74

Browse files
committed
refactor: comment on media query values
1 parent f1a2a7e commit 7046b74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ p {
186186
text-decoration: none !important;
187187
}
188188

189+
/* < medium */
189190
@media (max-width: 767px) {
190191
.Header-navbarBrand {
191192
justify-content: center;
@@ -412,6 +413,7 @@ p {
412413
padding: 0 10%;
413414
}
414415

416+
/* >= large */
415417
@media (min-width: 992px) {
416418
.HowKlerosWorks-step:nth-child(even) {
417419
margin-top: 186px !important;

0 commit comments

Comments
 (0)