moved everything to stylus

This commit is contained in:
cupcakearmy
2020-01-03 01:55:10 +01:00
parent c57c14b3c8
commit 6b3b93770f
11 changed files with 367 additions and 438 deletions

19
src/styles/logos.styl Normal file
View File

@@ -0,0 +1,19 @@
#logos
margin-top: 1.5em
& > .title
margin: 2em
text-align: center
img
height: 1.5em
& > .list
img
height: 2em
width: 2em
margin: 0 .5em
transition: var(--animation)
&:hover
transform: scale(1.15)