aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-07-24 17:10:15 +0200
committerCharles <sircharlesaze@gmail.com>2020-07-24 17:10:15 +0200
commit5c8e359696b05bbd52a13a908c8aa6e4e1bbe5b9 (patch)
tree6a63d970d68e2b1cc627fde6111ddbc5ceba9caf /style.css
parent107784e82eef97a4bf5a322d606eddcbbee0db0a (diff)
downloadcacharle.xyz-5c8e359696b05bbd52a13a908c8aa6e4e1bbe5b9.tar.gz
cacharle.xyz-5c8e359696b05bbd52a13a908c8aa6e4e1bbe5b9.tar.bz2
cacharle.xyz-5c8e359696b05bbd52a13a908c8aa6e4e1bbe5b9.zip
Cleaning home page
Diffstat (limited to 'style.css')
-rw-r--r--style.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/style.css b/style.css
index 69023c3..dcacff8 100644
--- a/style.css
+++ b/style.css
@@ -13,3 +13,17 @@ a {
color: #1E88E5;
text-decoration: none;
}
+
+td, th {
+ padding: 2px;
+}
+
+div#page-wrapper {
+ margin-left: 30px;
+ margin-right: 30px;
+}
+
+h1 {
+ text-align: center;
+ text-decoration: underline;
+}