2024-10-30 20:43:38 +00:00
|
|
|
@import "common.css";
|
|
|
|
|
|
|
|
.appContainer {
|
|
|
|
width: 70%;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.appContainer div {
|
2024-11-26 19:42:03 +00:00
|
|
|
background-color: #EBEBEB;
|
2024-10-30 20:43:38 +00:00
|
|
|
margin: 20px;
|
|
|
|
padding: 0 0 35px 0;
|
|
|
|
text-align: center;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
.appContainer div img {
|
|
|
|
border-radius: 1em;
|
2024-11-26 19:42:03 +00:00
|
|
|
padding: 20px;
|
2024-11-16 15:14:44 +00:00
|
|
|
background-color: white;
|
2024-11-26 19:42:03 +00:00
|
|
|
height: 152px;
|
|
|
|
width: 152px;
|
|
|
|
margin: 35px;
|
2024-11-16 15:14:44 +00:00
|
|
|
}
|