Adityadn commited on
Commit
09824f7
·
verified ·
1 Parent(s): 28c820d

Upload styles.css

Browse files
Files changed (1) hide show
  1. stylesheet/styles.css +10 -3
stylesheet/styles.css CHANGED
@@ -233,7 +233,6 @@ header {
233
  }
234
  }
235
 
236
- /* Untuk layar kecil, tiap tombol akan mengambil lebar penuh dan ditampilkan secara vertikal */
237
  @media (max-width: 576px) {
238
  #payment-method-buttons {
239
  flex-direction: column;
@@ -241,6 +240,14 @@ header {
241
  }
242
  #payment-method-buttons button {
243
  flex: 1 1 100%;
244
- margin: 0.5rem 0; /* margin vertikal */
245
- }
 
 
 
 
 
 
 
 
246
  }
 
233
  }
234
  }
235
 
 
236
  @media (max-width: 576px) {
237
  #payment-method-buttons {
238
  flex-direction: column;
 
240
  }
241
  #payment-method-buttons button {
242
  flex: 1 1 100%;
243
+ margin: 0.5rem 0;
244
+ }
245
+ }
246
+
247
+ #photo_profile {
248
+ aspect-ratio: 1/1;
249
+ object-fit: cover;
250
+ width: 150px;
251
+ height: 150px;
252
+ border-radius: 50%;
253
  }