[enh] add a nice <hr> to style
This commit is contained in:
parent
d167ee3de7
commit
80d30be489
@ -75,6 +75,12 @@ body {
|
||||
margin-top: .5em;
|
||||
}
|
||||
|
||||
.gallery-header > hr {
|
||||
width: 14%;
|
||||
margin-top: 3.5em;
|
||||
color: #BBB;
|
||||
}
|
||||
|
||||
.gallery-title > h2 {
|
||||
text-transform: uppercase;
|
||||
margin-bottom: .2em;
|
||||
|
@ -13,6 +13,7 @@
|
||||
<img id="logo" src="../materialize/img/logo.svg" />
|
||||
<h1>Gallery Name</h1>
|
||||
<h4>Subtext of the gallery name</h4>
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
<div class="galleries-grid">
|
||||
|
Loading…
x
Reference in New Issue
Block a user