Added responsive sidebar

This commit is contained in:
Zachary Klosko 2020-06-21 11:32:11 -04:00
parent 35354466b4
commit be47be8f41
4 changed files with 28 additions and 5 deletions

View file

@ -327,4 +327,10 @@ padding: 10px 20px;
/* Page Title */
.allcaps {
text-transform: uppercase
}
.center {
margin: auto;
width: 50%;
padding: 10px;
}