Commit b67392d847599456b8883404aa4f0538ef315712

Authored by hitier
1 parent a17327bf

Tweak subtitle

Showing 1 changed file with 4 additions and 2 deletions   Show diff stats
app/static/css/style.css
... ... @@ -43,6 +43,8 @@ html {
43 43 }
44 44  
45 45 .sub-header {
46   - padding-bottom:10px;
47   - border-bottom:1px solid #eee
  46 + margin-left: -50px;
  47 + margin-bottom: 50px;
  48 + padding-bottom: 10px;
  49 + border-bottom: 1px solid #eee
48 50 }
... ...