From bf2b52b795066d2c1daae94fd0d2d4d78510f7fd Mon Sep 17 00:00:00 2001 From: Gary Date: Fri, 16 Feb 2024 14:35:29 -0800 Subject: [PATCH] main: formatting fixes --- components/footer.html | 40 ++++++++++++++++++++-------------------- css/styles.css | 7 ++++++- 2 files changed, 26 insertions(+), 21 deletions(-) diff --git a/components/footer.html b/components/footer.html index 7c3840a..c8543d6 100644 --- a/components/footer.html +++ b/components/footer.html @@ -14,42 +14,42 @@

Products

-

VPS Hosting

+ VPS Hosting

Features

-

Data Center Locations

-

Control Panel

-

Advanced Networking

-

Upload ISO

-

Compliances

+ Data Center Locations + Control Panel + Advanced Networking + Upload ISO + Compliances

Resources

-

Network Status

-

Get Involved

+ Network Status + Get Involved

Company

-

Our Team

-

News

-

SLA

-

Legal

-

Contact

+ Our Team + News + SLA + Legal + Contact
diff --git a/css/styles.css b/css/styles.css index 89dd22d..27f67bd 100644 --- a/css/styles.css +++ b/css/styles.css @@ -96,13 +96,17 @@ td, li { color: #1c1c1c; text-align: left; - margin: 5px; + margin: 0 auto; padding: 5px; + max-width: 1000px; } a { color: white; text-decoration: none; + text-align: left; + margin: 0 auto; + padding: 5px; } .button-1 { @@ -219,6 +223,7 @@ a { box-shadow: #242424 0 3px 7px inset; transform: translateY(-2px); } + /* Menu */ .menu { margin: 0 auto;