Skip to content

Commit a8e98f0

Browse files
author
Armin Stross-Radschinski
committed
sponsor footer css patches
1 parent bd5c946 commit a8e98f0

File tree

1 file changed

+24
-0
lines changed
  • frontend/packages/volto-tagung-plone-de/src/theme

1 file changed

+24
-0
lines changed

frontend/packages/volto-tagung-plone-de/src/theme/_main.scss

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,27 @@ table.slate-table td p {
6262
table.slate-table th p {
6363
font-size: 0.9em;
6464
}
65+
66+
// Fix Sponsor CSS
67+
#footer {
68+
text-align: start;
69+
}
70+
71+
.sponsorheader h2 {
72+
font-size: 30px;
73+
font-weight: 300;
74+
}
75+
76+
.sponsors-wrapper .sponsors-content .sponsorlevel {
77+
h3 {
78+
font-size: 18px;
79+
font-weight: 300;
80+
81+
&::after {
82+
display: none;
83+
width: var(--default-container-width);
84+
padding-top: 0;
85+
border-bottom: none;
86+
}
87+
}
88+
}

0 commit comments

Comments
 (0)