summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--htdocs/style.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/htdocs/style.css b/htdocs/style.css
index d00a820..4d95073 100644
--- a/htdocs/style.css
+++ b/htdocs/style.css
@@ -6,13 +6,14 @@ body {
font-size: 16px;
font-family: sans-serif;
color: #45347B;
+ margin:0;
}
div.contain {
display:inline-block;
- width:98%;
+ width:95%;
height:100%;
- margin: 1em 1em;
+ margin: 2em 2.5%;
background: rgba(255,255,255,0.20);
-moz-border-radius: 142px;
-webkit-border-radius: 142px;
@@ -56,7 +57,7 @@ div.arches ul {
div.arches ul li {
float:left;
display:block;
- width:17.6%;
+ width:17%;
min-width: 160px;
margin: 1%;
/* padding: 0.5%; */