update: main css clean up

This commit is contained in:
gaelle morin 2020-05-13 16:11:39 +02:00
parent 3b6121ace9
commit f01f00732c
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
1 changed files with 0 additions and 13 deletions

View File

@ -300,19 +300,6 @@ h5 {
text-align: center;
}
.name {
color: var(--color-grey-1);
font-size: 2rem;
font-weight: bold;
}
.username {
&::before {
content: '@';
}
}
.space-between {
display: flex;
justify-content: space-between;