Made profile page responsive

This commit is contained in:
2016-11-20 21:44:04 +09:00
parent 614ff87246
commit dfb6c4011e
4 changed files with 19 additions and 19 deletions

View File

@ -14,6 +14,7 @@ outlineShadowHeavy = 0 0 6px alpha(black, 0.6)
transitionSpeed = 290ms
fadeSpeed = 200ms
contentPadding = 1.5rem
contentPaddingMobile = 1rem
uiElement()
border uiBorder

View File

@ -19,7 +19,7 @@
content ''
#content
padding 1em
padding contentPaddingMobile
#header
text-align center
@ -29,6 +29,11 @@
display inline-block
width auto
.profile
left contentPaddingMobile * -1 !important
top contentPaddingMobile * -1 !important
min-width calc(100% + 2rem) !important
@media only screen and (min-width: 1100px)
.anime-list-image
display block