Commit 143f5a2734e8e88a8cc860be9ab9d10512791e90

Authored by Valessio Brito
1 parent 56c5856f
Exists in master and in 1 other branch add_vagrant

fix small style on about page

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
src/web/static/css/style.css
... ... @@ -71,7 +71,8 @@ border-radius: 10px;
71 71 box-shadow: 0 2px 20px #545454;
72 72 }
73 73  
74   -.about #wrap { max-width: 780px; }
  74 +.about #wrap { max-width: 780px; padding-top: 0px; }
  75 +.about .innertube { padding: 30px; }
75 76  
76 77 #header {
77 78 position: absolute;
... ...