summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css18
1 files changed, 11 insertions, 7 deletions
diff --git a/style.css b/style.css
index f216881..3626a3e 100644
--- a/style.css
+++ b/style.css
@@ -21,6 +21,10 @@ p, h1, h2, h3, h4 {
color: #dedede;
}
+h1 {
+ text-align: center;
+}
+
li {
color: #dedede;
text-align: left;
@@ -36,14 +40,14 @@ footer {
}
.column {
- box-sizing: border-box;
- float: left;
- width: 50%;
- padding: 10px;
+ box-sizing: border-box;
+ float: left;
+ width: 50%;
+ padding: 10px;
}
.row:after {
- content: "";
- display: table;
- clear: both;
+ content: "";
+ display: table;
+ clear: both;
}