Skip to content

Commit

Permalink
added top margin to lab tile
Browse files Browse the repository at this point in the history
  • Loading branch information
iffatfatima committed Nov 8, 2024
1 parent c649630 commit 35aa3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/labs.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ext-js:
<div id="portfolio">
<div id="shinyapps-big">
{% for lab in site.data.labs %}
<div class="shinyapp" style="background-color:#e6ffe7; ">
<div class="shinyapp" style="background-color:#e6ffe7; margin-top:10px; ">
<a class="applink" href="{{ lab.url }}" target="_blank">
<img src="{{ site.url }}/assets/img/lab-screenshots/{{ lab.img }}" alt="" />
<div class="apptitle">{{ lab.title }}</div>
Expand Down

0 comments on commit 35aa3a8

Please sign in to comment.