Skip to content

Commit eeefe54

Browse files
committed
responsive fixes
1 parent 47bff9b commit eeefe54

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

src/components/header/style.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,10 @@
5555

5656
.header nav a:hover:after, .header nav a.active:after {
5757
width: 70%
58-
}
58+
}
59+
60+
@media all and (max-width: 728px) {
61+
nav {
62+
display: none;
63+
}
64+
}

src/routes/blogs/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,9 @@ h2 {
4646
overflow: hidden;
4747
text-overflow: ellipsis;
4848
}
49+
50+
@media all and (max-width: 728px) {
51+
.preview {
52+
width: 100%;
53+
}
54+
}

0 commit comments

Comments
 (0)