feat: store selected logos, nicer ui

This commit is contained in:
afn
2022-11-25 02:00:23 -05:00
parent 4e096a3a5c
commit 6c4e30256b
7 changed files with 153 additions and 343 deletions

View File

@@ -29,7 +29,7 @@ body {
.wrapper {
margin-inline: auto;
width: min(90%, 100rem);
width: min(90%, 95rem);
margin-top: 4rem;
display: flex;
flex-direction: column;
@@ -48,7 +48,7 @@ body {
--grey-four: #182244;
--grey-five: hsl(208, 30%, 75%);
--grey-six: hsla(220, 12%, 15%, 0.655);
--grey-seven: #535563;
--grey-seven: #43698657;
--bezier-one: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}