fix: fix some random styling mishaps
This commit is contained in:
parent
d62ae4ad35
commit
53f0ae1234
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
.banner {
|
.banner {
|
||||||
z-index: -200;
|
z-index: -200;
|
||||||
width: 100vw;
|
width: 100%;
|
||||||
height: 40vh;
|
height: 40vh;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
padding-left: 0.5em;
|
padding-left: 0.5em;
|
||||||
margin: 0.25em 0 0.25em 0;
|
margin: 0.25em 0 0.25em 0 !important;
|
||||||
border-left: 4px solid rgba(128, 128, 128, 0.3);
|
border-left: 4px solid rgba(128, 128, 128, 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user