Skip to content

Commit

Permalink
#12 divider
Browse files Browse the repository at this point in the history
  • Loading branch information
stories2 committed Jun 17, 2021
1 parent 203e621 commit 43a7974
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
13 changes: 13 additions & 0 deletions public/assets/css/artist.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ div.artist-title {
color: #333333;
}

div.artist-box-row {
height: 100%;
padding-left: 7%;
padding-right: 7%;
}

#artist-divider-img {
height: 50%;
width: auto;
visibility: inherit;
max-height: 44px;
}

div.conne-sd-row {
position: absolute;
width: 100%;
Expand Down
10 changes: 6 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,17 +208,19 @@
</div>
<div class="row" id="artist_offset" hidden>
<div class="col-12">
gap
</div>
</div>
<div class="row" id="artist_box" hidden>
<div class="col-12">
box
<div class="row artist-box-row">
<div class="col-4"></div>
<div class="col"></div>
</div>
</div>
</div>
<div class="row" id="artist_hr" hidden>
<div class="col-12">
hr
<div class="col-12 d-flex align-items-center justify-content-center">
<img id="artist-divider-img" src="./assets/img/divider_sparkle.png">
</div>
</div>
</div>
Expand Down

0 comments on commit 43a7974

Please sign in to comment.