Skip to content

Commit

Permalink
Fix UI issues in multiple pages Susmita-Dey#633
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiran1689 committed Dec 2, 2023
1 parent 115aaf3 commit d96634d
Show file tree
Hide file tree
Showing 4 changed files with 488 additions and 498 deletions.
5 changes: 4 additions & 1 deletion css/readingTherapy.css
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ hr {
border-radius: 3.1rem;
border: 5px solid #2b2b2b;
margin: 1.4rem;
overflow: hidden;
}

.container {
Expand Down Expand Up @@ -581,7 +582,9 @@ hr {
font-weight: 300;
text-transform: initial;
}

.contentBx {
margin-top: 20px;
}
.container .card .sci {
position: absolute;
bottom: 50px;
Expand Down
20 changes: 2 additions & 18 deletions css/spirituality.css
Original file line number Diff line number Diff line change
Expand Up @@ -486,11 +486,8 @@ footer{
}

.footer-side-col{
display: flex;
flex-wrap: wrap;
align-items: center;
/* grid-template-columns: repeat(4,1fr);
width: 80%; */
display: grid;
grid-template-columns: repeat(4,1fr);
}

.footer-side-col > .col{
Expand Down Expand Up @@ -573,19 +570,6 @@ footer{
color: white;
}

.footer-container .col ul li a:after {
content: "";
position: absolute;
width: 100%;
transform: scaleX(0);
height: 2px;
bottom: 0;
left: 0;
background-color: cyan;
transform-origin: bottom right;
transition: transform 0.25s ease-out;
}

.footer-container .col ul li a:hover:after {
transform: scaleX(1);
transform-origin: bottom left;
Expand Down
Loading

0 comments on commit d96634d

Please sign in to comment.