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