Skip to content

Commit dedf1e5

Browse files
authored
style: improve readability for frontPage__text on smaller screens (#165)
1 parent 636de85 commit dedf1e5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/css/custom.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,11 @@ button {
119119
.filter-demo-addon {
120120
max-width: 512px;
121121
}
122+
123+
/* ===== Media queries ===== */
124+
125+
@media (max-width: 768px) {
126+
.frontPage__text {
127+
max-width: 90%;
128+
}
129+
}

0 commit comments

Comments
 (0)