Menu

Log in
 

The Moment of Inertia

lb_fw1617_home_03_05_1200x800 We owe a lot to ourself, it’s time to go after what you deserve.

Spending small moments of time alone—breakfast in bed, reading a book, etc.

lb_fw1617_home_1627sn_01_1200x800

We need to ask ourselves things like: What is my body telling me today? How do I feel today?

When we start paying attention to our body, we can better understand ourselves.

lb_fw1617_home_1627sn_08_1200x800

Once you grow fond of spending time alone, you can start to increase the amount of time on your ‘secret’ activities.

lb_fw1617_home_1627sn_10_800x1200

When you are done with yourself, you will fully emerge to engage with others with more energy and enjoyment.


Instagram: @mytulisan
Facebook: Tulisan
Twitter: @mytulisan
Youtube Channel: Tulisan Jakarta

Photography by Bima Chris

Text by Zharfani Padmasedhana

Tulisan Chronicles Team

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; }