mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-21 19:24:15 +00:00
remove padding around herobox
This commit is contained in:
parent
d464fd6a93
commit
26086d2f32
2 changed files with 0 additions and 10 deletions
|
|
@ -11,11 +11,6 @@ future re: pets and whatnot, this is just temporary.
|
|||
|
||||
// basic herobox styles
|
||||
.herobox
|
||||
height: 10.5em // higher to acct for the name area
|
||||
width: 10em
|
||||
max-width: 10em
|
||||
margin: 0 // need this b/c of bootstrap, remove or reset later
|
||||
padding: 0 // push down the sprite
|
||||
position: relative
|
||||
|
||||
// the hero's info frame
|
||||
|
|
|
|||
|
|
@ -1,9 +1,4 @@
|
|||
.herobox {
|
||||
height: 10.5em;
|
||||
width: 10em;
|
||||
max-width: 10em;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
}
|
||||
.herobox:after {
|
||||
|
|
|
|||
Loading…
Reference in a new issue