Skip to content

Commit 762530d

Browse files
author
jordanmccullough
committed
Increase timer countdown size
1 parent 9e4a959 commit 762530d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_stylesheets/curriculum.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
margin: 10% auto;
104104
border-radius: 10px;
105105
height: 150px;
106-
width: 150px;
106+
width: 300px;
107107
display: block;
108108
text-align: center; }
109109
.timer-wrapper .timer .timer-toggle {
@@ -114,7 +114,7 @@
114114
.timer-wrapper .timer .timer-content {
115115
text-align: center; }
116116
.timer-wrapper .timer .time-left {
117-
font-size: 72px;
117+
font-size: 150px;
118118
display: block; }
119119

120120
.nav-list > li > a {

_stylesheets/curriculum.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ $mono-dark: #454545;
144144
margin: 10% auto;
145145
border-radius: 10px;
146146
height: 150px;
147-
width: 150px;
147+
width: 300px;
148148
display: block;
149149
text-align: center;
150150

@@ -160,7 +160,7 @@ $mono-dark: #454545;
160160
}
161161

162162
.time-left{
163-
font-size: 72px;
163+
font-size: 150px;
164164
display: block;
165165
}
166166
}

0 commit comments

Comments
 (0)