Skip to content

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
alvagante committed Dec 28, 2024
1 parent 529baa9 commit 0353d9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion _includes/adi_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="container">
<div class="row adi-list">
<div class="col-lg-2">
<a href="{{ site.url }}/AbnormalDevOpsIterations/"><img class="img-responsive central-image" src="{{ site.url }}/img/pic-adi.png" alt="Abnormal DevOps Iterations"></a>
<a href="{{ site.url }}/AbnormalDevOpsIterations/"><img class="img-responsive" src="{{ site.url }}/img/pic-adi.png" alt="Abnormal DevOps Iterations"></a>
</div>
<div class="col-lg-2">
<h1>ADI {{ page.number }}</h1>
Expand Down
4 changes: 2 additions & 2 deletions _includes/adi_splash.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<div class="adi-header">
<div class="container">
<div class="row">
<div class="col-lg-4 central-image">
<a href="{{ site.url }}/AbnormalDevOpsIterations/"><img class="img-responsive central-image" src="{{ site.url }}/img/adi-white.png" alt="Abnormal DevOps Iterations"></a>
<div class="col-lg-4">
<a href="{{ site.url }}/AbnormalDevOpsIterations/"><img class="img-responsive" src="{{ site.url }}/img/adi-white.png" alt="Abnormal DevOps Iterations"></a>
</div>
<div class="col-lg-4">
<h1>Abnormal DevOps Iterations</h1>
Expand Down
6 changes: 0 additions & 6 deletions css/landing-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,6 @@ p {
vertical-align: middle;
}

.central-image {
position: relative;
top: 50%;
transform: translateY(-50%);
}

.float-image {
float: left; /* or right */
margin: 10px; /* Adjust margin as needed */
Expand Down

0 comments on commit 0353d9d

Please sign in to comment.