Skip to content
This repository was archived by the owner on Jun 11, 2019. It is now read-only.

Commit 25052ea

Browse files
committed
Change text position
1 parent 4469f38 commit 25052ea

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

_sass/pages/_cv.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ body#cv {
1717
font-size: 200px;
1818
line-height: 200px;
1919
@media screen and (max-width: 768px) {
20+
height: 120px;
2021
font-size: 100px;
2122
line-height: 100px;
2223
}
2324
@media all and (max-width: 480px) {
25+
height: 120px;
2426
font-size: 60px;
2527
line-height: 60px;
2628
}

cv/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</div>
1212

1313
<header id="page-header">
14-
<div class="title" style="height:350px">
14+
<div class="title">
1515
<h1>Mikael Korpela</h1>
1616
</div>
1717
{% include go_down.html %}

0 commit comments

Comments
 (0)