Skip to content

Commit 516ce74

Browse files
committed
fix horizontal scrolling
1 parent c1fb658 commit 516ce74

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

assets/css/styles.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front/src/styles/base.scss

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
body {
2+
@include mobile() {
3+
overflow-x: hidden;
4+
}
5+
}
16
.entry-content {
27
.title {
38
font-weight: $bold;

0 commit comments

Comments
 (0)