We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac3aab5 commit 2cfd4a1Copy full SHA for 2cfd4a1
style.css
@@ -36,8 +36,11 @@ li {
36
background-color: rgba(127, 114, 114, 0.1);
37
border-radius: 5px;
38
font-size: large;
39
+
40
41
}
42
43
44
button {
45
background: none;
46
border: none;
@@ -140,6 +143,20 @@ li {
140
143
h2 {
141
144
font-size: 2rem;
142
145
146
147
148
+li {
149
+ display: flex;
150
+ align-items: center;
151
+ margin-bottom: 10px;
152
+ padding: 10px;
153
+ background-color: rgba(127, 114, 114, 0.1);
154
+ border-radius: 5px;
155
+ font-size: large;
156
+ overflow-y: auto;
157
158
159
+}
160
.inp {
161
width: 250px;
162
0 commit comments