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

View File

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