File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 103
103
margin : 10% auto;
104
104
border-radius : 10px ;
105
105
height : 150px ;
106
- width : 150 px ;
106
+ width : 300 px ;
107
107
display : block;
108
108
text-align : center; }
109
109
.timer-wrapper .timer .timer-toggle {
114
114
.timer-wrapper .timer .timer-content {
115
115
text-align : center; }
116
116
.timer-wrapper .timer .time-left {
117
- font-size : 72 px ;
117
+ font-size : 150 px ;
118
118
display : block; }
119
119
120
120
.nav-list > li > a {
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ $mono-dark: #454545;
144
144
margin : 10% auto ;
145
145
border-radius : 10px ;
146
146
height : 150px ;
147
- width : 150 px ;
147
+ width : 300 px ;
148
148
display : block ;
149
149
text-align : center ;
150
150
@@ -160,7 +160,7 @@ $mono-dark: #454545;
160
160
}
161
161
162
162
.time-left {
163
- font-size : 72 px ;
163
+ font-size : 150 px ;
164
164
display : block ;
165
165
}
166
166
}
You can’t perform that action at this time.
0 commit comments