Skip to content

Commit 297937b

Browse files
committed
fix big-paragraph styles
1 parent 9203435 commit 297937b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-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

+3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@
4949
}
5050
}
5151
&.big-paragraph {
52+
padding: 2.8rem;
53+
margin-bottom: $space-big;
5254
font-size: 1.6rem;
55+
border: 3px solid $gray-light;
5356
@include mobile() {
5457
font-size: 1.1rem;
5558
}

0 commit comments

Comments
 (0)