Remove border-radius from jumbotrons

This commit is contained in:
Andreas Nedbal 2020-05-07 03:39:02 +02:00
parent 207769d164
commit a3d302586d
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
background-color: var(--primary); background-color: var(--primary);
color: RGB(var(--primary-text)); color: RGB(var(--primary-text));
text-align: center; text-align: center;
border-radius: 0;
h1, h1,
h2, h2,