FIX: Workflow to work with jekyll.

This commit is contained in:
MajorDroolz
2023-01-04 23:16:48 -05:00
parent 219a7543de
commit a4a4e04ab2
7 changed files with 30 additions and 8 deletions

View File

@@ -261,4 +261,26 @@ nav {
.nav1, .nav2 {
display: none;
}
}
.project-noimage {
color: #0002;
font-size: 40px;
font-family: "Open Sans";
font-weight: 900;
display: flex;
flex: 1000;
justify-content: center;
align-items: center;
}
.project-image-outer {
position: relative;
justify-content: center;
align-items: center;
}
.project-image {
position: absolute;
max-height: 100%;
}

View File

@@ -65,5 +65,3 @@ html {
.dark-back::before {
filter: brightness(0.8);
}
/*----------------------------------------------------------------------------*/