mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
replace about page with homepage content
This commit is contained in:
@@ -343,6 +343,14 @@ a {
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
||||
.equalitems {
|
||||
column-gap: 1em;
|
||||
}
|
||||
|
||||
.equalitems > * {
|
||||
flex: 1 1 0;
|
||||
}
|
||||
|
||||
.vFlex {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -354,10 +362,6 @@ a {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
#aboutCards {
|
||||
justify-content: left;
|
||||
}
|
||||
|
||||
#aboutCards > * {
|
||||
margin: .25em;
|
||||
}
|
||||
@@ -370,6 +374,11 @@ a {
|
||||
justify-content: left;
|
||||
}
|
||||
|
||||
.hSpacer {
|
||||
width: 2em;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
.relative {
|
||||
position: relative;
|
||||
}
|
||||
@@ -677,6 +686,7 @@ a {
|
||||
.homeSubContent {
|
||||
background-color: rgb(24, 24, 24, .85);
|
||||
padding: 0 8em;
|
||||
padding-top: 1em;
|
||||
}
|
||||
|
||||
#homeProjects {
|
||||
@@ -1031,6 +1041,10 @@ a {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.vertOnMobile {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.projectList {
|
||||
width: 95%;
|
||||
}
|
||||
@@ -1056,7 +1070,7 @@ a {
|
||||
}
|
||||
|
||||
.homeSubContent {
|
||||
padding: 0;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.onRight {
|
||||
|
||||
Reference in New Issue
Block a user