Skip to content

Commit b221687

Browse files
committed
border mediaquery
1 parent 555c1bc commit b221687

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

client/styles/layout/_dashboard.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,10 @@
66
max-width: #{1012 / $base-font-size}rem;
77
margin: 0 auto;
88
width: 100%;
9+
10+
@media (min-width: 770px) {
11+
@include themify() {
12+
border: 1px solid getThemifyVariable('modal-border-color');
13+
}
14+
}
915
}

0 commit comments

Comments
 (0)