Skip to content

Commit ffcd175

Browse files
committed
mobile styles fixes
1 parent 516ce74 commit ffcd175

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
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

+17-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
1-
body {
2-
@include mobile() {
1+
@include mobile() {
2+
body {
33
overflow-x: hidden;
4+
.entry-content {
5+
.title {
6+
font-size: 1.55rem;
7+
font-weight: $bold;
8+
}
9+
.content {
10+
font-size: 1rem;
11+
h2 {
12+
font-size: 1.4rem;
13+
font-weight: $bold;
14+
}
15+
}
16+
}
417
}
518
}
19+
620
.entry-content {
721
.title {
822
font-weight: $bold;
23+
text-transform: uppercase;
924
}
1025
.content {
1126
a {

front/src/styles/layout.scss

+3
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@
107107
padding-left: 0;
108108
padding-right: 0;
109109
.entry-content {
110+
.title {
111+
text-transform: none;
112+
}
110113
@include touch() {
111114
padding-left: $space-normal;
112115
padding-right: $space-normal;

0 commit comments

Comments
 (0)