GarGerry commited on
Commit
b91a478
·
verified ·
1 Parent(s): 1ff6d44

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +2 -2
style.css CHANGED
@@ -90,7 +90,7 @@ body {
90
  display: flex;
91
  justify-content: space-between;
92
  align-items: flex-start;
93
- gap: 25; /* Tambahkan jarak antar elemen */
94
  width: 100%;
95
  margin: 20px 0;
96
  flex-wrap: wrap;
@@ -130,7 +130,7 @@ body {
130
  margin: 10px 0;
131
  height: 50px;
132
  width: 50px;
133
- display: flex;
134
  justify-content: center;
135
  align-items: center;
136
  }
 
90
  display: flex;
91
  justify-content: space-between;
92
  align-items: flex-start;
93
+ gap: 30; /* Tambahkan jarak antar elemen */
94
  width: 100%;
95
  margin: 20px 0;
96
  flex-wrap: wrap;
 
130
  margin: 10px 0;
131
  height: 50px;
132
  width: 50px;
133
+ display: block;
134
  justify-content: center;
135
  align-items: center;
136
  }