Update style.css
Browse files
style.css
CHANGED
@@ -134,15 +134,15 @@ body::after {
|
|
134 |
/* Responsif untuk tampilan yang lebih besar (Tablet ke atas) */
|
135 |
@media (min-width: 769px) {
|
136 |
.container {
|
137 |
-
max-width: 700px;
|
138 |
}
|
139 |
|
140 |
h1 {
|
141 |
-
font-size: 2.5rem;
|
142 |
}
|
143 |
|
144 |
input, select {
|
145 |
-
font-size: 18px;
|
146 |
}
|
147 |
|
148 |
button {
|
|
|
134 |
/* Responsif untuk tampilan yang lebih besar (Tablet ke atas) */
|
135 |
@media (min-width: 769px) {
|
136 |
.container {
|
137 |
+
max-width: 700px;
|
138 |
}
|
139 |
|
140 |
h1 {
|
141 |
+
font-size: 2.5rem;
|
142 |
}
|
143 |
|
144 |
input, select {
|
145 |
+
font-size: 18px;
|
146 |
}
|
147 |
|
148 |
button {
|