mirror of
https://github.com/FlipsideCrypto/og-image.git
synced 2026-02-06 10:46:43 +00:00
Fix image size & padding
This commit is contained in:
parent
776c5b2b5a
commit
79d561d167
@ -68,13 +68,14 @@ function getCss(theme: string, fontSize: string) {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
align-content: center;
|
||||
justify-content: space-evenly;
|
||||
justify-content: center;
|
||||
justify-items: center;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 225px;
|
||||
width: auto;
|
||||
height: 225px;
|
||||
margin: 0 75px;
|
||||
}
|
||||
|
||||
.plus {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user