From 1d664a521f42b1308a8ef94917c72c0f529c2ef0 Mon Sep 17 00:00:00 2001 From: Pedro Neres <124516595+bypedroneres@users.noreply.github.com> Date: Tue, 8 Aug 2023 16:22:31 -0300 Subject: [PATCH] Update and rename style.css to dark-mode.css --- style.css => dark-mode.css | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) rename style.css => dark-mode.css (74%) diff --git a/style.css b/dark-mode.css similarity index 74% rename from style.css rename to dark-mode.css index c39f751..aaf4041 100644 --- a/style.css +++ b/dark-mode.css @@ -40,7 +40,7 @@ body { justify-content: center; align-items: center; margin-top: 10px; - margin-left: 5px; /* Add margin-left */ + margin-left: 5px; } .behance img { @@ -72,4 +72,29 @@ body { .date { font-size: 20px; margin-top: 10px; -} \ No newline at end of file +} + /* Media queries for responsiveness */ + @media (max-width: 600px) { + .clock { + font-size: 40px; + } + + .behance img { + width: 15px; + height: 15px; + margin-right: 2px; + margin-left: 2px; + } + + button { + font-size: 12px; + padding: 10px 12px; + margin-top: 5px; + margin-bottom: 5px; + } + + .date { + font-size: 16px; + margin-top: 5px; + } + }