Skip to content

Commit

Permalink
Update base.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Alwin-Sajan authored Nov 16, 2023
1 parent 24d747c commit daf32da
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,15 @@ li h5{
margin: 10px auto;
height: auto;
}
.third-screen{
clear: both;
height: auto;
}
.third-view{
clear: both;
height: auto;
align-content: center;
}
.events-list{
margin: 20px auto 30px auto;
padding: 0;
Expand All @@ -362,7 +371,18 @@ li h5{
width: 17rem;
margin: 8PX;
}
.third-view .events-list li{
clear: both;
display: grid;
justify-content: center;
align-items: center;
margin: 10px auto;
gap: 10px;
width: 17rem;
height: 17rem;
/* margin: 8px; */
}
#Features{
display: none;
}
}
}

0 comments on commit daf32da

Please sign in to comment.