Skip to content

Commit b3c28f2

Browse files
committed
css upd - spelling, more needed
1 parent 18e0e0e commit b3c28f2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

templates/learning-to-spell.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
}
172172

173173
img {
174-
width: 100%;
174+
width: 80%;
175175
}
176176

177177
h1 {
@@ -185,6 +185,9 @@
185185
.next, .next:hover {
186186
border-left-color: rgba(135, 135, 135, 0.5);
187187
}
188+
189+
.bigLetters {font-size: 4em}
190+
188191
}
189192

190193
@media (max-width: 480px) {
@@ -206,6 +209,9 @@
206209
ul {
207210
padding-left: 25px;
208211
}
212+
213+
.bigLetters {font-size: 2em}
214+
209215
}
210216

211217
@media print {

0 commit comments

Comments
 (0)