Update style.css
Browse files
style.css
CHANGED
@@ -116,31 +116,4 @@ p {
|
|
116 |
}
|
117 |
|
118 |
button {
|
119 |
-
padding:
|
120 |
-
margin-top: 20px;
|
121 |
-
background-color: #ff6600;
|
122 |
-
color: white;
|
123 |
-
border: none;
|
124 |
-
border-radius: 5px;
|
125 |
-
cursor: pointer;
|
126 |
-
font-size: 1rem;
|
127 |
-
}
|
128 |
-
|
129 |
-
button:hover {
|
130 |
-
background-color: #ff4400;
|
131 |
-
}
|
132 |
-
|
133 |
-
/* Responsive adjustments */
|
134 |
-
@media (max-width: 768px) {
|
135 |
-
.score-board {
|
136 |
-
font-size: 1.2em;
|
137 |
-
padding: 8px 15px;
|
138 |
-
}
|
139 |
-
|
140 |
-
.controls button {
|
141 |
-
font-size: 1.2em;
|
142 |
-
padding: 8px 15px;
|
143 |
-
}
|
144 |
-
|
145 |
-
h2 {
|
146 |
-
font-size: 1
|
|
|
116 |
}
|
117 |
|
118 |
button {
|
119 |
+
padding:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|