There is always something to fiddle around with styling.

This commit is contained in:
2020-09-06 17:22:48 +02:00
parent e8d4a13bd0
commit f9468e3e70
3 changed files with 17 additions and 3 deletions

View File

@@ -1260,9 +1260,9 @@ body {
display: flex;
flex-flow: row wrap; }
.LP-Footer__ListTop {
text-align: center;
width: 33.333%; }
.LP-Footer__ListTop > li {
text-align: center;
padding-bottom: 10px; }
.LP-Footer__ListHeader {
padding: 10px 0 5px 0;
@@ -1270,6 +1270,11 @@ body {
font-size: 2.3vw; }
.LP-Footer__ListAnchor {
font-size: 1.3em; }
.LP-Footer__ListText {
font-size: 1.3em;
color: #f9f9f9; }
.LP-Footer__ListText-left {
text-align: left; }
.LP-Footer__SocialSection {
width: 100%;
align-items: center;