We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7bfe3e commit 2738dd7Copy full SHA for 2738dd7
styles/styles.css
@@ -56,7 +56,7 @@ body {
56
.sc-body .se-title {
57
font-family: 'PT Serif', serif;
58
font-size: 50px;
59
- line-height: 48px;
+ line-height: 60px;
60
text-align: center;
61
margin: 2rem 0;
62
}
@@ -84,6 +84,7 @@ body {
84
85
.sc-body .se-follow-us {
86
font-size: 21px;
87
+ line-height: 37px;
88
margin-bottom: 2rem;
89
90
@@ -133,6 +134,10 @@ body {
133
134
margin-right: 3rem;
135
136
137
+.sm-mobile .sc-footer .se-item {
138
+ margin-right: 10px;
139
+}
140
+
141
.sc-footer .se-item a {
142
text-decoration: none;
143
color: inherit;
0 commit comments