implemented database connection for blog, added blog templates, and cresated a bootstrap submodule

This commit is contained in:
rawleyIfowler
2022-02-13 14:04:31 -06:00
parent f5383f27c7
commit 2227a2473d
12 changed files with 182 additions and 20 deletions

View File

@@ -121,13 +121,13 @@ a:hover:after {
}
.post-record {
padding-left: 12px;
padding-right: 12px;
padding-left: 6px;
padding-right: 6px;
width: 200px + 2vw;
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-top: 9px;
margin-top: 12px;
}
.skill-keywords {