adding some bottom margin to title area
This commit is contained in:
parent
8d42c9bad6
commit
7d7d9562ed
|
@ -7,7 +7,7 @@
|
||||||
<link rel="stylesheet" href="/css/style.css">
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="titleArea">
|
<div class="titleArea" style="margin-bottom:30px;">
|
||||||
<ul id=titleArea>
|
<ul id=titleArea>
|
||||||
<li style="width:270px;">
|
<li style="width:270px;">
|
||||||
<h1 style="margin-bottom:0px;"><a class="title" href="/" style="text-decoration: none;">{{.Title}}</a></h1>
|
<h1 style="margin-bottom:0px;"><a class="title" href="/" style="text-decoration: none;">{{.Title}}</a></h1>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user