Menu

Log in
 

The Empire of Founders

580_LB_150615_Anima_Ignis_26

The suit of blazing spades portrays the fourth classical element of fire. In the ANIMA deck this celestial flame is protected by an empire of vigilant and trustworthy lynx.

580_LB_150615_Anima_Ignis_32

Their collective ambition is to create a balance that protects their ever-evolving civilization. The Queen Lynx upholds justice.

580_LB_150615_Anima_Ignis_39

The Jack Lynx controls the progression of society. The King Lynx is a strong ruler who empowers his citizens.

Save the date on this Wednesday, 24th of June, 2015 and get your hands on the limited Olio Clutch and Principia Tote in our Plaza Senayan store!

Photography by Michał Górzyński
Modelled by Melissa Sunjaya
Illustrations by Melissa Sunjaya & Sébastien Théraulaz
Collection Design by Melissa Sunjaya & Weina Ding

Comments

Create account Please note, comments need to be approved before they are published.

Related articles

Language

Language

Country/region

Country/region

``` ## 2. The Final Alignment Fix (The Absolute Last Resort) The fact that the $15px$ padding is ignored means your theme is likely using a zero-out style on the input's universal selector. Please insert this single, highly aggressive line of CSS into your **Global Custom CSS Area** (Theme Settings $\rightarrow$ Custom CSS) **after** restoring `theme.liquid`. This targets the input's visual start point directly, ignoring all padding rules: ```css /* FINAL ATTEMPT: Fix horizontal text alignment by overriding the left visual placement */ #comments input, #comments textarea, #comments label { text-indent: 15px !important; }