Small fixes for display
This commit is contained in:
parent
b41eb450d5
commit
09e60f611e
2 changed files with 2 additions and 1 deletions
BIN
www/brow_explain_color.png
Normal file
BIN
www/brow_explain_color.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 88 KiB |
|
@ -125,6 +125,7 @@ img{
|
||||||
width:23%;
|
width:23%;
|
||||||
margin-left:1%;
|
margin-left:1%;
|
||||||
margin-right:1%;
|
margin-right:1%;
|
||||||
|
height: 22em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nose .emo-block {
|
.nose .emo-block {
|
||||||
|
@ -288,7 +289,7 @@ foreach(EmotionHero\Models\Emotions::$EMOTIONS as $emotion) {
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<div class="emo-block brow_explainer">
|
<div class="emo-block brow_explainer">
|
||||||
<img src="brow_explain.png">
|
<img src="brow_explain_color.png">
|
||||||
<ol start="5">
|
<ol start="5">
|
||||||
<li>Outer Right Brow Corner</li>
|
<li>Outer Right Brow Corner</li>
|
||||||
<li>Right Brow Center</li>
|
<li>Right Brow Center</li>
|
||||||
|
|
Loading…
Reference in a new issue