mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-21 22:07:48 +01:00
Remove border-radius from jumbotrons
This commit is contained in:
parent
207769d164
commit
a3d302586d
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue