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%;
|
background-position: 100%;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
|
right: 0px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
|
@ -36,6 +36,10 @@ section {
|
||||||
padding-left: 2rem;
|
padding-left: 2rem;
|
||||||
padding-right: 2rem;
|
padding-right: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.paragraphs {
|
||||||
|
word-break: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
.heading {
|
.heading {
|
||||||
h1 {
|
h1 {
|
||||||
|
|
Loading…
Reference in a new issue