mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-24 21:09:49 -06:00
partial margin correction
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -6,6 +6,7 @@ export default function Home() {
|
||||
width: "350px",
|
||||
height: "165px",
|
||||
border: "none",
|
||||
display: "block"
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user