Skip to content

Commit 3d657bc

Browse files
Merge pull request #23 from jakubpawlina/patch-2
Changed the button's font size
2 parents 79c1d8d + a8b2e1d commit 3d657bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css/stylesheet.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ h2 {
3737
border: none;
3838
background-color: #4285f4;
3939
color: #fff;
40-
font-size: 20px;
40+
font-size: 1.6vw;
4141
}
4242

4343
#output {
@@ -55,4 +55,4 @@ h2 {
5555

5656
#out * {
5757
margin-top: 10px;
58-
}
58+
}

0 commit comments

Comments
 (0)