Made profile page responsive
This commit is contained in:
@ -14,6 +14,7 @@ outlineShadowHeavy = 0 0 6px alpha(black, 0.6)
|
||||
transitionSpeed = 290ms
|
||||
fadeSpeed = 200ms
|
||||
contentPadding = 1.5rem
|
||||
contentPaddingMobile = 1rem
|
||||
|
||||
uiElement()
|
||||
border uiBorder
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user