Make participation not allowed text size consistent

Not sure whether small or normal is better, but at least it's the same.
This commit is contained in:
Javi Martín
2021-10-01 03:45:52 +02:00
parent a0b4e35dbd
commit ecd34ca6ce
3 changed files with 17 additions and 17 deletions

View File

@@ -108,6 +108,11 @@
width: 100%;
z-index: 2;
&,
p {
font-size: $small-font-size;
}
p {
color: inherit !important;
margin: 0 rem-calc(12);
@@ -959,7 +964,6 @@
.participation-not-allowed {
background: $featured;
font-size: $small-font-size;
padding-top: 0;
a {