Indicate clearly when running light version on index.html

This commit is contained in:
Petr Sloup
2016-08-25 10:44:29 +02:00
parent de60a0a076
commit f9f26f0d65
3 changed files with 18 additions and 3 deletions
+13
View File
@@ -36,6 +36,16 @@ a:hover{
font-size: 32px;
text-align:center;
margin:90px 0 0 0;
position:relative;
}
.title.light:after {
content: "light";
display: block;
position: absolute;
left: 50%;
bottom: -5px;
color: #499DCE;
font-size:.8em;
}
section{
margin: 15px auto;
@@ -169,6 +179,9 @@ body {
.title{
margin: 25px 0 0 0;
}
.title.light:after {
font-size:.6em;
}
.title img{
width: 200px;
}