Menu

Login
 

My Sanctuary

lb_fw1617_home_02_02_1200x800My bedroom is my sanctuary. A place to rest, a place get away from all of the busyness of life, refresh, and rejuvenate.

It feels relaxing and I can do many things better and ease away any stress.

lb_fw1617_home_1625nv_05_1200x800

I like to have my breakfast in my bed when the light or the sunlight is shining from my window.

lb_fw1617_home_1625nv_02_1200x800

I sleep, I read, and I do my work in my bed. I have some books and a letter that I have not yet read, they are hanging on the wall in my sanctuary.

lb_fw1617_home_1625nv_09_800x1200

I brought a few things with me to give my room a taste of ‘home’. There are my tools to do my hobbies at the back door.

I’ve been busy getting my hands dirty with these tools and having super much fun in the process.


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

Illustrated by Melissa Sunjaya
Text by Zharfani Padmasedhana
Photography by Bima Chris

Tulisan Chronicles Team

Komentar

Buat Akun Ingat, komentar perlu disetujui sebelum dipublikasikan.

Artikel Terkait

Bahasa

Bahasa

Negara/Wilayah

Negara/Wilayah

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