chnged from dictionary to external yml file

This commit is contained in:
2024-03-09 18:15:50 -07:00
parent 6bdcdd57ca
commit 01c7a9d3da
5 changed files with 22220 additions and 22152 deletions

View File

@ -1,51 +1,50 @@
#OurSponsors {
display: flex;
flex-direction: column;
justify-content: center;
background-color: gray;
padding-left: 10%;
padding-right: 10%;
display: flex;
flex-direction: column;
justify-content: center;
background-color: gray;
padding-left: 10%;
padding-right: 10%;
}
#OurSponsors div div {
display: flex;
flex-direction: column;
justify-content: center;
background-color: white;
display: flex;
flex-direction: column;
justify-content: center;
background-color: white;
}
#OurSponsors div div div div img {
display: flex;
justify-content: left;
#OurSponsors div div div div div img {
display: flex;
justify-content: left;
}
#OurSponsors div div p {
display: flex;
justify-content: left;
#OurSponsors div div div p {
display: flex;
justify-content: left;
}
#OurSponsors div div div div div {
padding: 0%;
display: flex;
flex-direction: column;
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%;
display: flex;
flex-direction: row;
justify-content: end;
padding: 0%;
width: 100%;
}
#OurSponsors h2 {
background-color: aquamarine;
text-align: center;
margin: 0px;
background-color: aquamarine;
text-align: center;
margin: 0px;
}
#OurSponsors h3 {
text-align: left;
text-align: left;
}