GarGerry commited on
Commit
6906109
·
verified ·
1 Parent(s): c129869

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +3 -3
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; /* Lebar maksimum yang lebih besar untuk tablet dan desktop */
138
  }
139
 
140
  h1 {
141
- font-size: 2.5rem; /* Ukuran font header lebih besar di desktop */
142
  }
143
 
144
  input, select {
145
- font-size: 18px; /* Ukuran font lebih besar di desktop */
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 {