Top margins
This commit is contained in:
parent
9e507fad60
commit
c3f0324d5a
@ -9,6 +9,10 @@
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#main-row {
|
||||||
|
padding-top: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
@ -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…
Reference in New Issue
Block a user