diff --git a/css/style.css b/css/style.css index 3d02e7a..1e8eca3 100644 --- a/css/style.css +++ b/css/style.css @@ -61,13 +61,6 @@ } - - - -/*-----------------------------------*\ - #RESET -\*-----------------------------------*/ - *, *::before, *::after { @@ -204,6 +197,7 @@ body.active { .logo { font-size: 3.3rem; font-weight: var(--fw-700); + font-family: Josefin Sans; } .header-action { @@ -234,13 +228,6 @@ body.active { } - - - -/*-----------------------------------*\ - #SIDEBAR -\*-----------------------------------*/ - .sidebar { position: fixed; top: 0; @@ -334,4 +321,25 @@ body.active { .overlay.active { opacity: 1; pointer-events: all; -} \ No newline at end of file +} + +.social-wrapper .social-link { + display: flex; + justify-content: center; + +} + + +.social-list { + display: flex; + gap: 30px; +} + +.social-link { + transition: var(--transition-1); +} + +.social-link:hover { + color: var(--tan-crayola); +} + diff --git a/img/logo.png b/img/logo.png index 8204acc..65a47f7 100644 Binary files a/img/logo.png and b/img/logo.png differ diff --git a/index.html b/index.html index 6a4553e..0a1ee73 100644 --- a/index.html +++ b/index.html @@ -5,8 +5,7 @@ - - Woodex @@ -60,14 +59,6 @@ - - - - - -