Simplified about page

This commit is contained in:
Felipe M 2018-09-26 09:17:21 +02:00
parent 49a173baaa
commit 1983515fa8
Signed by: fmartingr
GPG key ID: 716BC147715E716F
8 changed files with 8992 additions and 19 deletions

View file

@ -1,3 +1,19 @@
body.home
img
border-radius: 12px
.home-avatar
border-radius: 2%
width: 25%
@media ($until-mobile)
.home-content
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
a
padding: 8px
@media ($mobile)
.home-content
a
display: block