Skip to content

Commit

Permalink
Merge pull request #2731 from Utsavladia/fix-literary
Browse files Browse the repository at this point in the history
Fixed literaly section for mobile screen
  • Loading branch information
huamanraj authored Aug 1, 2024
2 parents 7e81cd3 + c6b4e6c commit 31797d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/css/litrary_realms.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@

.litrealms_card {
min-width: 320px;
margin: 0 20px;
background: white;
padding: 20px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
margin: 0 25px;
background: transparent;
padding: 0px;
box-shadow: 0 4px 8px rgba(0,0,0,0.3);
border-radius: 10px;
text-align: center;
}
Expand Down

0 comments on commit 31797d0

Please sign in to comment.