Skip to content

Commit 2cfd4a1

Browse files
committed
Phone view Updates
1 parent ac3aab5 commit 2cfd4a1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

style.css

+17
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,11 @@ li {
3636
background-color: rgba(127, 114, 114, 0.1);
3737
border-radius: 5px;
3838
font-size: large;
39+
40+
3941
}
4042

43+
4144
button {
4245
background: none;
4346
border: none;
@@ -140,6 +143,20 @@ li {
140143
h2 {
141144
font-size: 2rem;
142145
}
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+
}
143160
.inp {
144161
width: 250px;
145162
}

0 commit comments

Comments
 (0)