Fix logo size for Splash

This commit is contained in:
Korbs 2024-12-10 22:45:40 -05:00
parent 5b2422d1af
commit 6191f8fa22
2 changed files with 4 additions and 1 deletions

View file

@ -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: "#"

View file

@ -6,6 +6,9 @@
justify-content: space-between;
img {
width: 100%;
max-width: 200px;
margin: auto;
padding: 92px 0%;
}
.splash-action {
display: flex;