all in one commit: feat: add countdown integration

fix: home nav icon spacing
fix: various typos correction
fix: right email texts
This commit is contained in:
lefuturiste 2020-08-03 16:04:22 +00:00
parent bac5347c65
commit 9002086180
19 changed files with 147 additions and 50 deletions

View file

@ -103,17 +103,18 @@
}
.nav-icon {
width: 3em;
padding-left: .5em;
width: 1em;
display: flex;
justify-content: start;
justify-content: center;
align-items: center;
color: #C28200;
font-size: 1.5em;
margin-left: 0.25em;
opacity: 0.7;
}
.nav-item-content {
margin-left: 1em;
display: flex;
justify-content: space-between;
width: 100%;

View file

@ -344,7 +344,7 @@ section {
overflow: hidden;
transition: max-height 0.1s ease-out;
text-align: justify;
}
.description-actions-container {