aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAndrew Lee <[email protected]>2024-06-25 08:58:25 -0400
committerAndrew Lee <[email protected]>2024-06-25 08:58:25 -0400
commit9dc77ed8c83dfac17a86b8a7f3ca005612bae149 (patch)
tree5e9cae959266d5498f537b9b02da88b3e0f84e1d /style.css
parent8c4989d319a45c415bfbb04bfe0d7f495c34f399 (diff)
downloadshiftos-archive-website-9dc77ed8c83dfac17a86b8a7f3ca005612bae149.tar.gz
shiftos-archive-website-9dc77ed8c83dfac17a86b8a7f3ca005612bae149.tar.bz2
shiftos-archive-website-9dc77ed8c83dfac17a86b8a7f3ca005612bae149.zip
Fixed grammar; Added padding to website
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/style.css b/style.css
index 7e4596e..98acff7 100644
--- a/style.css
+++ b/style.css
@@ -5,6 +5,12 @@ body {
color: white;
}
+.container {
+ width: 80%;
+ margin: auto;
+ overflow: hidden;
+}
+
.center {
text-align: center;
}