update: main css clean up

This commit is contained in:
gaelle morin
2020-05-29 14:07:44 +02:00
parent 3b6121ace9
commit f01f00732c
-13
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;