mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix: fix some random styling mishaps
This commit is contained in:
parent
d62ae4ad35
commit
53f0ae1234
1 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
.banner {
|
||||
z-index: -200;
|
||||
width: 100vw;
|
||||
width: 100%;
|
||||
height: 40vh;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
blockquote {
|
||||
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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue