Skip to content

Commit

Permalink
πŸš€πŸšŽ Checkpoint
Browse files Browse the repository at this point in the history
./article.html:2450116/340
./app.scss:2450116/646
  • Loading branch information
Glitch (playful-musician-7b35kmuaf8) committed Feb 29, 2020
1 parent 3e338e2 commit 9ebb6ac
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
26 changes: 26 additions & 0 deletions app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,32 @@ svg {

// article view

.article-page {


.adopt-a-pup-top-navigation {
display: none;
}

.adopt-a-pup--fixed-adjust {
padding-top: 56px;
}

.article-image {
width: 100%;
height: auto;

img {
width: 100%;
}
}







}


6 changes: 4 additions & 2 deletions article.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
</head>

<body>
<div class="article-page">

<aside class="mdc-drawer mdc-drawer--modal fortnightly-navigation">
<div class="mdc-drawer__content">
<div class="mdc-drawer__header">
Expand Down Expand Up @@ -142,7 +144,7 @@
</div>
</header>
<div class="adopt-a-pup--fixed-adjust">
<div class="article-image"></div>
<div class="article-image"><img src="https://cdn.glitch.com/62e2261a-7e39-4dae-832f-57566e5fe6b2%2Fstock-photo-barcelona-poblenou-by-michseixas-143329895.jpg?v=1581723642934"></div>


<div class="article-meta">
Expand Down Expand Up @@ -178,7 +180,7 @@

</div>


</div>
</body>
<script src="bundle.js" async></script>

Expand Down

0 comments on commit 9ebb6ac

Please sign in to comment.