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 3bd5bb6 commit f924975Copy full SHA for f924975
app/styles/tasks.css
@@ -183,16 +183,21 @@
183
align-items: center;
184
}
185
.task-details__title-container a {
186
- max-width: 66%;
+ max-width: 18.5rem;
187
188
@media screen and (min-width: 900px) {
189
190
+ max-width: 18.3rem;
191
192
193
-@media screen and (max-width: 900px) {
+@media screen and ((max-width: 900px) and (min-width: 720px)) {
194
195
- max-width: 50%;
196
+ }
197
+}
198
+@media screen and (max-width: 720px) {
199
+ .task-details__title-container a {
200
+ max-width: 100%;
201
202
203
0 commit comments