formatting

This commit is contained in:
sakrecoer 2020-08-04 17:52:38 +02:00
parent 65150f3514
commit 9fd7f35ffc
5 changed files with 13 additions and 7 deletions

View file

@ -194,7 +194,7 @@ a:hover {
margin-top: 20px;
}
p:last-child {
margin-bottom: 20px;
margin-bottom: 40px;
}
min-height: unset;
}
@ -207,6 +207,7 @@ a:hover {
> div {
min-height: unset;
}
}
.linksbg {
background-size: 100%;

View file

@ -230,10 +230,13 @@ a[id^="btn"]::-moz-focus-inner {
-moz-box-shadow: inset 0px 23px 25px -25px _palette(border-alt);
box-shadow: inset 0px 23px 25px -25px _palette(border-alt);
> h2, a, p {
> h2, p {
text-align: left;
margin: 20px 40px;
}
p:last-child {
margin-bottom: 40px;
}
}
.full-image {