maybe fixed mobile overflow…
har ikke en enhed med gammel iOS til at teste med 💩
This commit is contained in:
parent
e541f365ee
commit
baecd6b2fa
|
@ -10,6 +10,7 @@ $donationCounter_percentFromGoal: 100 - ($donationCounter_donated / $donationCou
|
|||
background-position: 100%;
|
||||
bottom: 0px;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
|
|
|
@ -37,6 +37,10 @@ section {
|
|||
padding-right: 2rem;
|
||||
}
|
||||
|
||||
.paragraphs {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.heading {
|
||||
h1 {
|
||||
word-break: break-word;
|
||||
|
|
Loading…
Reference in a new issue