Browse Source

Top margins

master
Luke Murphy 4 years ago
parent
commit
c3f0324d5a
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 4
      hbbs/static/css/styles.css
  2. 2
      hbbs/templates/layout.html

4
hbbs/static/css/styles.css

@ -9,6 +9,10 @@
font-style: normal; font-style: normal;
} }
#main-row {
padding-top: 20px;
}
a { a {
color: white; color: white;
} }

2
hbbs/templates/layout.html

@ -26,7 +26,7 @@
</head> </head>
<body> <body>
<div class="container-fluid"> <div class="container-fluid">
<div class="row"> <div id="main-row" class="row">
<div id="navigation" class="col-md-4"> <div id="navigation" class="col-md-4">
<img <img
id="hbbs-logo" id="hbbs-logo"

Loading…
Cancel
Save