Skip to content

Commit

Permalink
Add margins to avoid overlaps in certain views
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmans1 authored Oct 19, 2023
1 parent 6d6746c commit 407723a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

<hr>
<div style="display: flex; justify-content: center;">
<div class="col-md-5" style="flex: 1;">
<div class="col-md-5" style="flex: 1; margin-right: 10px;">
<iframe src="https://snapshots.raintank.io/dashboard-solo/snapshot/uoSZBL9gVMvPFa3x8Xg119DfrQD7bWjr?orgId=2&from=1672531200000&to=1704067199999&panelId=6" width="450" height="200" frameborder="0"></iframe>
</div>
<div class="col-md-5" style="flex: 1;">
<div class="col-md-5" style="flex: 1; margin-left: 10px;">
<p class="lead">
<h4>Purpose of this site</h4>
This portal summarizes all the information related to monthly simulation production campaigns for the ePIC collaboration. It is developed and maintained by the ePIC production WG.
Expand Down

0 comments on commit 407723a

Please sign in to comment.