Skip to content

Commit aa3f52b

Browse files
committed
Change title font size
1 parent b5e6388 commit aa3f52b

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

new/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<script src="https://code.jquery.com/jquery-3.3.1.min.js"
88
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
99
<link href="https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.6.2/fullcalendar.min.css" rel="stylesheet"/>
10-
<link href="styles/main.css?v=24" type="text/css" rel="stylesheet"/>
10+
<link href="styles/main.css?v=25" type="text/css" rel="stylesheet"/>
1111
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
1212
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css"
1313
rel="stylesheet"/>

new/styles/main.css

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

new/styles/main.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

new/styles/main.less

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ header {
7777
h1 {
7878
color: white;
7979
font-family: 'hackthevalley';
80-
font-size: 75px;
80+
font-size: 100px;
8181
position: relative;
8282
z-index: 1;
8383
margin: 0;
@@ -811,3 +811,11 @@ section {
811811
}
812812
}
813813
}
814+
815+
@media(max-width: 500px) {
816+
header {
817+
h1 {
818+
font-size: 75px;
819+
}
820+
}
821+
}

0 commit comments

Comments
 (0)