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"
|
layout: "@layouts/Splash.astro"
|
||||||
Title: "Welcome to ButterflyVu"
|
Title: "Welcome to ButterflyVu"
|
||||||
Banner: "/splash-logo.webp"
|
Banner: "https://md.sudovanilla.org/images/logos/butterflyvu/ButterflyVu%20-%20Original.svg"
|
||||||
PrimaryText: "Primary"
|
PrimaryText: "Primary"
|
||||||
SecondaryText: "Secondary"
|
SecondaryText: "Secondary"
|
||||||
PrimaryLink: "#"
|
PrimaryLink: "#"
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
max-width: 200px;
|
||||||
|
margin: auto;
|
||||||
|
padding: 92px 0%;
|
||||||
}
|
}
|
||||||
.splash-action {
|
.splash-action {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in a new issue