Fix missing CSS for CW margins (#2891)

This commit is contained in:
Claire
2024-10-27 21:08:59 +01:00
committed by GitHub
parent 40b3c206e4
commit e44a800887

View File

@@ -1922,6 +1922,14 @@ body > [data-popper-placement] {
margin-bottom: 16px;
}
.content-warning {
margin-bottom: 16px;
&:last-child {
margin-bottom: 0;
}
}
.logo {
width: 40px;
height: 40px;