diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-15 12:37:01 -0500 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-15 12:37:01 -0500 |
commit | 5f9fd579d98ea739cc2ee4cafe4124e74e1ffe88 (patch) | |
tree | 9b9317aff3daa188c9ab2c8e9144fba095e68c47 /src/css | |
parent | 75d39958d77aaa489c139abced35d75a96835e71 (diff) | |
download | website-5f9fd579d98ea739cc2ee4cafe4124e74e1ffe88.tar.gz |
updates
Diffstat (limited to 'src/css')
-rw-r--r-- | src/css/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/css/style.css b/src/css/style.css index d787840..32d999f 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -55,6 +55,7 @@ footer { .logo { float: right; + width: 200px; border-radius: 50%; } @@ -65,7 +66,7 @@ footer { @media only screen and (max-device-width : 667px) { .logo { - max-width: 66px; + max-width: 88px; } footer .date { |