Skip to content
This repository was archived by the owner on Mar 26, 2023. It is now read-only.

Commit 74e461c

Browse files
committed
css fixes for mobile
1 parent 42f0548 commit 74e461c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

css/style.css

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,3 +213,25 @@ footer a, footer a:visited,
213213
margin-left: 0.5rem;
214214
margin-right: 0.5rem;
215215
}
216+
217+
/* iphone 6 plus */
218+
@media (max-width: 414px) {
219+
header h1 {
220+
font-size: 46px;
221+
}
222+
}
223+
224+
/* iphone 6 */
225+
@media (max-width: 375px) {
226+
header h1 {
227+
font-size: 42px;
228+
}
229+
}
230+
231+
/* iphone 5 */
232+
@media (max-width: 320px) {
233+
header h1 {
234+
font-size: 36px;
235+
}
236+
}
237+

0 commit comments

Comments
 (0)