fix links overflow
This commit is contained in:
parent
915f3e91b5
commit
328fd95842
2 changed files with 4 additions and 3 deletions
|
|
@ -4,9 +4,6 @@ body {
|
||||||
background-color: var(--color-background);
|
background-color: var(--color-background);
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
overflow-x: clip; /* clip is the only value that works on Safari mobile */
|
overflow-x: clip; /* clip is the only value that works on Safari mobile */
|
||||||
|
|
||||||
width: 100vw;
|
|
||||||
overflow-x: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
|
|
|
||||||
|
|
@ -137,6 +137,10 @@ button {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
|
|
||||||
a * {
|
a * {
|
||||||
transition: font 0.2s ease-in-out;
|
transition: font 0.2s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue