summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-03-10 14:44:29 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-03-10 14:44:29 +0100
commit713a3b40d41ac5017a385721ae1bf373f78d31e2 (patch)
treedf9d25a7dbdb7447eca8422ceca1d62b616b7a40 /style.css
parent6b60328dcdeca0102666a071a12bfda32b74558b (diff)
downloadweb-common-713a3b40d41ac5017a385721ae1bf373f78d31e2.tar.gz
web-common-713a3b40d41ac5017a385721ae1bf373f78d31e2.tar.bz2
web-common-713a3b40d41ac5017a385721ae1bf373f78d31e2.zip
creating "nav" class for h1
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/style.css b/style.css
index fc32cd7..6088678 100644
--- a/style.css
+++ b/style.css
@@ -34,19 +34,20 @@ header {
header h1.nav {
font-size: 200%;
- margin: 15 0 0 120px;
/* position: relative;
+ margin: 15 0 0 120px;
top: 50%;
transform: translateY(-50%);*/
}
+/*
header h1 {
font-size: 200%;
margin: 15 0 0 120px;
position: relative;
top: 50%;
transform: translateY(-50%);
-}
+}*/
header #logo {
float: left;
width: 100px;