partial margin correction

This commit is contained in:
2023-01-08 15:45:15 -06:00
parent c07ea50491
commit de1fa4b15b
2 changed files with 8 additions and 1 deletions

View File

@@ -156,7 +156,7 @@ a {
}
#home {
height: 100vh;
/* height: 100vh; */
overflow-y: hidden;
}
@@ -252,6 +252,11 @@ a {
position: absolute;
right: 0;
top: 0;
max-width: 100vw;
}
.onRight > * {
margin: auto;
}
.bgi {
@@ -814,6 +819,7 @@ a {
padding-bottom: 36px;
display: flex;
margin: auto;
overflow: visible;
}
.centeredForeground {

View File

@@ -6,6 +6,7 @@ export default function Home() {
width: "350px",
height: "165px",
border: "none",
display: "block"
};
return (