We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef15ec commit 0ef446eCopy full SHA for 0ef446e
_sass/about.scss
@@ -135,10 +135,17 @@
135
136
.about__img-top-title {
137
@extend .about__paragraph-title-light;
138
- font-size: 2em;
+ font-size: 1.25em;
139
text-align: center;
140
margin-bottom: 0;
141
- line-height: 2em;
+ line-height: 1.25em;
142
+}
143
+
144
+@media (min-width: 567px){
145
+ .about__img-top-title {
146
+ font-size: 1.5em;
147
+ line-height: 1.5em;
148
+ }
149
}
150
151
.about__img-bot-container {
0 commit comments