fixed c3d2 logo sizings

This commit is contained in:
dodo 2013-05-14 10:37:26 +02:00
parent 01cd1cc4e6
commit cf9ddaa0c8
2 changed files with 5 additions and 2 deletions

View File

@ -42,6 +42,10 @@ img {
#c3d2 {
margin-left: 32px;
}
#c3d2 img {
width: 98px;
height: 32px;
}
header, article, footer {
padding: 8px;
}
@ -202,5 +206,4 @@ footer a:hover, aside a:hover {
width: 98px;
height: 32px;
}
}

View File

@ -83,7 +83,7 @@
</div>
<div id="c3d2">
<a href="http://c3d2.de">
<img src="images/c3d2.svg" height="32"/>
<img src="images/c3d2.svg"/>
</a>
</div>
</nav>