Skip to content

Commit

Permalink
Merge pull request #1629 from suryapratapsingh26/fix-issue-1524
Browse files Browse the repository at this point in the history
[BUG] Mobile Interface Issue: Overlapping 'New Quote' Button in Shlokas Tab #1524
  • Loading branch information
akshitagupta15june committed Jun 1, 2024
2 parents 99b3c42 + e871e58 commit 127a993
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions shlok_page/motivation.css
Original file line number Diff line number Diff line change
Expand Up @@ -175,16 +175,16 @@ p:hover {

.text {
/* font-family: 'krishna','yuvasanskrit','Open Sans Condensed', sans-serif; */
font-size: 2rem;
font-size: 1.5rem;
/* font-weight: 600; */
padding-left: 10px;
padding-left: 10%;
transition: 0.5s;
transition-timing-function: ease-in;
/* font-family: 'laila','Roboto', sans-serif; */
color: #050350;
-webkit-background-clip: text;
font-family: "Laila", serif;
font-weight: 500;
font-weight: 2%;
font-style: normal;
}

Expand Down Expand Up @@ -404,4 +404,4 @@ section {
::-webkit-scrollbar-thumb:hover {
background: linear-gradient(transparent, rgb(0, 13, 6));

}
}

0 comments on commit 127a993

Please sign in to comment.