We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0bf9f commit a733348Copy full SHA for a733348
style.css
@@ -110,15 +110,30 @@ body {
110
#clearAllTaskText {
111
color: rgb(32, 28, 28);
112
letter-spacing: 0.8px;
113
+ padding: 2px 4px;
114
}
115
#clearAllTaskBtn {
116
width: 100px;
- padding: 8px 0;
117
+ padding: 8px;
118
color: white;
119
background-color: #8E49E9;
120
border-radius: 4px;
121
+ white-space: nowrap;
122
font-size: 18px;
123
border: 1px solid white;
124
outline: transparent;
125
cursor: pointer;
126
127
+/* Responsive Design */
128
+@media screen and (max-width: 450px) {
129
+ .container {
130
+ width: 90vw;
131
132
+ }
133
+ .taskText {
134
+ width: 70vw;
135
136
+ #clearAllTaskBtn {
137
+ width: 30vw;
138
139
+}
0 commit comments