summaryrefslogtreecommitdiffstats
path: root/static/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/main.css')
-rw-r--r--static/css/main.css15
1 files changed, 13 insertions, 2 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 57881ae..7ec54cc 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -20,18 +20,29 @@ body {
font-size: 120%;
}
-#services li {
+#services {
+ margin-top: 40px;
+}
+
+#services ul, #news p {
+ margin-left: 50px;
+}
+#services ul li {
list-style-type: none;
vertical-align: bottom;
+ float: left;
+ height: 90px;
}
footer {
text-align: center;
+ margin: 20px;
}
a {
text-decoration: none;
- color: #DF0101;
+ font-weight: bold;
+ color: #000;
}
a:hover {