From 13405289df8a33e274fb9b8a7e38cb0aa68b0780 Mon Sep 17 00:00:00 2001 From: aminenurgynk Date: Fri, 5 Jul 2024 20:17:05 +0300 Subject: [PATCH] fix: lets talk button changes some styles --- index.html | 2 +- style.css | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index e0d263b..18f909e 100644 --- a/index.html +++ b/index.html @@ -98,7 +98,7 @@

Team Name

Info about the Team

-Lets Talk +Lets Talk diff --git a/style.css b/style.css index 5d28736..a0fe5b0 100644 --- a/style.css +++ b/style.css @@ -100,6 +100,8 @@ body, html { .teamIcon-8 { transform: rotate(132deg) translateX( -392px) rotate(-132deg); } .teamIcon-9 { transform: rotate(155deg) translateX( -400px) rotate(-155deg); } .teamIcon-10 {transform: rotate(180deg) translateX(-400px) rotate(-180deg); } + + .octopus { width: 100%; /* Slightly smaller octopus */ } @@ -118,8 +120,8 @@ body, html { #contactButton { position: absolute; - top: 600px; - right: 630px; + top: 750px; + right: 730px; transform: translateX(-50%); padding: 10px 25px; font-size: 17px;