mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 13:09:51 -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 {
|
||||
|
||||
Reference in New Issue
Block a user