Skip to content

Commit 303033a

Browse files
committed
Theme for Onhaye - nb-contact-by-line-4
1 parent 2e13a91 commit 303033a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

onhaye/src/scss/main.scss

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -881,3 +881,19 @@ h3 {
881881
aspect-ratio: 4 / 5;
882882
background-position: top;
883883
}
884+
885+
.nb-contact-by-line-4 {
886+
max-width: 25%;
887+
888+
@media screen and (max-width: 1200px) {
889+
max-width: 33%;
890+
}
891+
892+
@media screen and (max-width: 750px) {
893+
max-width: 50%;
894+
}
895+
896+
@media screen and (max-width: 500px) {
897+
max-width: 100%;
898+
}
899+
}

0 commit comments

Comments
 (0)