diff --git a/Services.html b/Services.html index 276fba8..b060180 100644 --- a/Services.html +++ b/Services.html @@ -262,13 +262,9 @@ } } - .right{ - margin-right:10%; - } - .left{ - margin-left:10%; - } + + @media (max-width: 768px) { .logo { @@ -278,6 +274,8 @@ .logo img { max-width: 150px; /* Resize the logos for mobile */ margin-bottom: 10px; /* Reduce bottom margin on smaller screens */ + margin-left:0px; + margin-right:0px; } } @@ -292,8 +290,8 @@