summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css15
1 files changed, 6 insertions, 9 deletions
diff --git a/style.css b/style.css
index dfab6f2..afa7a71 100644
--- a/style.css
+++ b/style.css
@@ -10,16 +10,8 @@ body {
color: #ffffff; /* White */
}
-h1, h2, h3 {
- margin-right: 0.2em;
- margin-left: 0.2em;
- padding: 0.3em;
-}
-
-p, a, li {
+p {
font-size: 1.3em;
- margin-right: 1em;
- margin-left: 1em;
}
a {
@@ -40,6 +32,11 @@ table {
padding-left: 1em;
}
+.text{
+ margin-right: 1em;
+ margin-left: 1em;
+}
+
.menu_item {
color: #BB6767; /* Red */
font-weight: bold;