Skip to content

Commit

Permalink
Merge pull request #915 from Maheshwari-Love/add/styles
Browse files Browse the repository at this point in the history
Alignment of read more Buttons
  • Loading branch information
deepeshmlgupta committed Aug 8, 2024
2 parents 71391bf + 24f0a50 commit 0598124
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1980,12 +1980,12 @@ p {
.single-blog .blog-content .more {
font-size: 16px;
color: #d32f2f;
margin-top: 30px;
margin-top: 10px;
transition: 0.8s ease;
}
.single-blog .blog-content .more:hover::after {
transform: scaleX(1);
transform-origin: bottom left;
transform-origin: left;
}
.single-blog .blog-content .more:hover{
background: orange;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1610,7 +1610,7 @@ <h2>Frequently Asked Questions</h2>

<footer id="footer" class="footer-area pt-120">
<div class="container">
<div class="subscribe-area wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="subscribe-area wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="row">
<div class="col-lg-6">
<div class="subscribe-content mt-45">
Expand Down

0 comments on commit 0598124

Please sign in to comment.