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