home: header class redundant

This commit is contained in:
Jens Petersen 2020-10-31 20:48:51 +08:00
parent 71793e0b72
commit 17ec30eacc
2 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<div .container>
<div .header>
<div>
<div .span5>
<img src=@{StaticR img_logo_png} .logo>
<div .span3>

View File

@ -1,5 +1,3 @@
.logo {
width: 300px;
}
.header {
}