kaka.farm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 3b3eb1cedf0a470a62b13130ba66cd1c15be6c56
parent f15c2a061243ce27cf851e4cfd460f033d504164
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Wed, 12 Jun 2019 18:44:40 +0300

Remove top div html tag border shading.

Diffstat:
M_layouts/default.liquid | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_layouts/default.liquid b/_layouts/default.liquid @@ -6,7 +6,7 @@ </head> <body> <!-- A web hipster told me to centralize with the following top div style --> - <div style="max-width: 920px; margin: auto; padding: 20px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);"> + <div style="max-width: 920px; margin: auto; padding: 20px;"> <h2>{{ page.title }}</h2> {{ page.content }} </div>