mirror of
https://github.com/UofCBaja/BajaUofCWebsite.git
synced 2025-06-16 05:44:17 -06:00
49 lines
774 B
CSS
49 lines
774 B
CSS
#OurSponsors {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
}
|
|
|
|
#OurSponsors div div {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
width: 80%;
|
|
padding-left: 10%;
|
|
}
|
|
|
|
#OurSponsors div div div div img {
|
|
display: flex;
|
|
justify-content: left;
|
|
}
|
|
|
|
#OurSponsors div div p {
|
|
display: flex;
|
|
justify-content: left;
|
|
}
|
|
|
|
#OurSponsors div div div div {
|
|
padding: 0%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: left;
|
|
}
|
|
|
|
#OurSponsors div div div {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: end;
|
|
padding: 0%;
|
|
width: 100%;
|
|
}
|
|
|
|
#OurSponsors h2 {
|
|
background-color: aquamarine;
|
|
text-align: center;
|
|
}
|
|
|
|
#OurSponsors h3 {
|
|
text-align: left;
|
|
}
|
|
|