diff --git a/css/style.css b/css/style.css index 7716e15..2463d5e 100644 --- a/css/style.css +++ b/css/style.css @@ -172,14 +172,15 @@ ul { display: table-cell; } -#section ul>li{ +#section ul > li{ display: block; margin: auto; float: center; - text-align: right; + //text-align: right; list-style: none; } + #section li{ display: table-cell; vertical-align: top; @@ -193,6 +194,7 @@ ul { list-style: none; } #menu li{ + text-align: right; //display: inline-block; } diff --git a/templates/contact.tmpl b/templates/contact.tmpl index 5463979..11ba9c1 100644 --- a/templates/contact.tmpl +++ b/templates/contact.tmpl @@ -1,9 +1,9 @@ {{define "contact"}}
{{end}}