Skip to content

Commit 18f9c27

Browse files
committed
Addressing PR feedback
1 parent a610a44 commit 18f9c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/Home.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ hr {
101101
}
102102
}
103103

104-
@media (max-width: 728px) {
104+
@media (max-width: $tablet-breakpoint) {
105105
.grid {
106106
width: 100%;
107107
flex-direction: column;

0 commit comments

Comments
 (0)