Skip to content

Commit

Permalink
Update default.css
Browse files Browse the repository at this point in the history
  • Loading branch information
OsamaShamout authored Apr 17, 2024
1 parent ed7a06c commit 5d61a3a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/assets/css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -1684,6 +1684,11 @@ img.communityday-sponsor-small {
margin-bottom: 10px;
}

#venue-logo{
width: -webkit-fill-available;
height: fit-content;
}

.map-iframe {
width: 600px;
height: 450px;
Expand Down Expand Up @@ -1744,7 +1749,12 @@ Mobile friendly media

.banner-main h2{
font-size: 25px;



#venue-logo{
margin-top: 30px;
}

}
.map-iframe {
width: 350px;
Expand Down

0 comments on commit 5d61a3a

Please sign in to comment.