Skip to content

Commit a4c35d6

Browse files
committed
merge master
2 parents d250359 + fb99e61 commit a4c35d6

File tree

2 files changed

+15
-1
lines changed

2 files changed

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

+14
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,20 @@
4242
margin-top: -1rem;
4343
margin-bottom: 4rem;
4444
font-size: 1.4rem;
45+
@include mobile() {
46+
margin-top: -.3rem;
47+
margin-bottom: 2rem;
48+
font-size: 1rem;
49+
}
50+
}
51+
&.big-paragraph {
52+
font-size: 1.6rem;
53+
@include mobile() {
54+
font-size: 1.1rem;
55+
}
56+
}
57+
@include mobile() {
58+
font-size: .9rem;
4559
}
4660
}
4761
.og-numbers {

0 commit comments

Comments
 (0)