Skip to content

Commit 013d902

Browse files
committed
foot fixesç
1 parent ff7c4cf commit 013d902

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-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/widgets.scss

+30
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,17 @@
2626
}
2727
}
2828
}
29+
@include mobile() {
30+
.widget-content {
31+
.follow-icons {
32+
.social {
33+
.icon {
34+
font-size: 1.9rem;
35+
}
36+
}
37+
}
38+
}
39+
}
2940
}
3041
&.newsletter {
3142
.widget-byline {
@@ -62,10 +73,29 @@
6273
bottom: 0;
6374
}
6475
}
76+
@include mobile() {
77+
margin-bottom: 2rem;
78+
.widget-title {
79+
font-size: .94rem;
80+
}
81+
.input {
82+
padding-top: .5rem;
83+
padding-bottom: .5rem;
84+
}
85+
.button {
86+
padding-top: .5rem;
87+
padding-bottom: .5rem;
88+
}
89+
}
6590
}
6691
&.support {
6792
p {
6893
padding-bottom: $space-small;
6994
}
95+
@include mobile() {
96+
img {
97+
width: 10rem;
98+
}
99+
}
70100
}
71101
}

0 commit comments

Comments
 (0)