Switch away from project columnns.

This commit is contained in:
2020-09-01 14:30:45 -07:00
parent db30141c08
commit a24768990b
2 changed files with 18 additions and 9 deletions

View File

@@ -40,6 +40,7 @@ body {
header {
text-align: center;
margin: auto;
margin-top: 25px;
margin-bottom: 10px;
}
@@ -121,12 +122,14 @@ a.project-link {
color: $color-text;
border: none;
font-weight: bold;
display: flex;
display: inline-flex;
align-items: center;
}
svg.project-link-icon {
height: 1em;
height: 0.9em;
width: 0.9em;
margin-left: 0.25em;
}
main {