Fix logo size for Splash
This commit is contained in:
parent
5b2422d1af
commit
6191f8fa22
2 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: "@layouts/Splash.astro"
|
||||
Title: "Welcome to ButterflyVu"
|
||||
Banner: "/splash-logo.webp"
|
||||
Banner: "https://md.sudovanilla.org/images/logos/butterflyvu/ButterflyVu%20-%20Original.svg"
|
||||
PrimaryText: "Primary"
|
||||
SecondaryText: "Secondary"
|
||||
PrimaryLink: "#"
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
justify-content: space-between;
|
||||
img {
|
||||
width: 100%;
|
||||
max-width: 200px;
|
||||
margin: auto;
|
||||
padding: 92px 0%;
|
||||
}
|
||||
.splash-action {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue