Skip to content

Commit c00b4ad

Browse files
author
rhiannon
committed
revamp
1 parent dbfd0c9 commit c00b4ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@
125125
}
126126

127127
.scroll {
128-
text-align: center; /* Ensures text within the div remains left-aligned */
129-
padding: 1px; /* Optional: adds some spacing inside the div */
128+
text-align: center;
129+
padding: 1px;
130130
font-size: 20px;
131131
font-family: "Courier New", Times, serif;
132132
flex-wrap: wrap;
@@ -193,7 +193,7 @@
193193
}
194194
@media (max-width: 600px) {
195195
.checkbox {
196-
grid-template-columns: 1fr; /* Single column for very small devices */
196+
grid-template-columns: 1fr;
197197
}
198198
nav a {
199199
font-size: 14px;

0 commit comments

Comments
 (0)