Remove border-radius from jumbotrons
This commit is contained in:
parent
207769d164
commit
a3d302586d
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue