Skip to content

Commit 109056e

Browse files
committed
more fixes
1 parent 242c3ec commit 109056e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

src/routes/blog/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222

2323
.blogbody code {
2424
max-width: 100%;
25+
}
26+
27+
.blogbody pre {
28+
max-width: 100%;
2529
overflow: scroll;
2630
}
2731

src/routes/contact/style.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131

3232
.pageContact .formWrapper {
3333
display: flex;
34-
flex-direction: row;
3534
}
3635

3736
.pageContact form {
@@ -42,4 +41,10 @@
4241
padding: 8px;
4342
font-size: 1rem;
4443
border-radius: 5px;
44+
}
45+
46+
@media all and (max-width: 728px) {
47+
.formWrapper {
48+
flex-direction: column;
49+
}
4550
}

0 commit comments

Comments
 (0)