From: Damian Myrda Date: Mon, 9 Sep 2024 02:09:15 +0000 (-0500) Subject: Updated logo X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;h=f11aae3898dd9f416993a7bd13d2025e8939fa59;p=p8d.git Updated logo Made logo fix on small screens --- diff --git a/web/.gitignore b/web/.gitignore index b0c33e9..9965add 100644 --- a/web/.gitignore +++ b/web/.gitignore @@ -1,2 +1,3 @@ /data/ /config/ +/public/ diff --git a/web/templates/index.html b/web/templates/index.html index a00cf3b..c03960d 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -46,6 +46,13 @@ #firstname, #middle, #lastname { display: table-cell; } + + @media (max-width: 480px) { + #firstname, #middle, #lastname { + font-size: 16px !important; + line-height: 18px !important; + } + }