edryd.org

some of my neat stuff
git clone git://edryd.org/edryd.org
Log | Files | Refs | LICENSE

commit 228d4c32549e473b02b06d46af657a4fe29e9a6a
parent d7e426e114c1f361181f8fee339ca6a065617d22
Author: Ed van Bruggen <edvb@uw.edu>
Date:   Tue, 30 Mar 2021 19:20:32 -0700

Shrink profile picture on mobile

Diffstat:
Mlayouts/index.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/index.html b/layouts/index.html @@ -28,7 +28,7 @@ </div> {{ partial "quote.html" (index (shuffle $.Site.Data.quotes.quotes) 0) }} </div> - <div class="col-lg-5 mx-auto"> + <div class="col-8 col-lg-5 mx-auto"> <p><img src="img/ed.jpg" class="img-fluid rounded-circle"></p> </div> </div>