Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit a52a4cd

Browse files
committed
fix(blog): tablet view: expaded margins on tablet to fit text
#363
1 parent fd65e0a commit a52a4cd

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

src/pages/app-blog/app-blog.scss

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88

99
.posts-row {
10-
@include media-breakpoint-up(sm) {
10+
@include media-breakpoint-up(lg) {
1111
margin: 0 130px;
1212
}
1313
}
@@ -16,11 +16,6 @@
1616
display: block;
1717

1818
.form-row-content {
19-
@include media-breakpoint-up(sm) {
20-
// position: fixed; this caused the input field to become unclickable
21-
z-index: -1;
22-
}
23-
2419
@include media-breakpoint-down(sm) {
2520
text-align: center;
2621
}
@@ -78,16 +73,10 @@
7873

7974
.contact-icons-label {
8075
margin: 0;
81-
@include media-breakpoint-down(sm) {
82-
display: none;
83-
}
8476
}
8577

8678
.contact-icons {
8779
width: 100%;
88-
@include media-breakpoint-down(sm) {
89-
display: none;
90-
}
9180
}
9281

9382
.contact-icon {

0 commit comments

Comments
 (0)