💄 text adjustments

This commit is contained in:
andy 2021-07-16 13:13:39 +02:00 committed by Andrés Moya
parent d44177a173
commit 76cfff3442

View File

@ -15,7 +15,7 @@ title: 19· Resizing constraints
<ul>
<li><strong>Left</strong>: The object maintains its size and position relative to the left side of its parent container.</li>
<li><strong>Right</strong>: The object maintains its size and position relative to the right side of its parent container.</li>
<li><strong>Left & right</strong>: The object maintains its size and position relative to both horizontal sides of its parent container.</li>
<li><strong>Left & right</strong>: The object resizes while maintaining its distance to both horizontal sides of its parent container.</li>
<li><strong>Center</strong>: The object maintains its size and position relative to the horizontal center of its parent container.</li>
<li><strong>Scale</strong>: The object will horizontally resize proportionally to its parent container size.</li>
</ul>
@ -25,7 +25,7 @@ title: 19· Resizing constraints
<ul>
<li><strong>Top</strong>: The object maintains its size and position relative to the top side of its parent container.</li>
<li><strong>Bottom</strong>: The object maintains its size and position relative to the bottom side of its parent container.</li>
<li><strong>Top & bottom</strong>: The object maintains its size and position relative to both vertical sides of its parent container.</li>
<li><strong>Top & bottom</strong>: The object resizes while maintaining its distance to both vertical sides of its parent container.</li>
<li><strong>Center</strong>: The object maintains its size and position relative to the vertical center of its parent container.</li>
<li><strong>Scale</strong>: The object will vertically resize proportionally to its parent container size.</li>
</ul>