1234567891011121314151617181920212223242526272829303132333435363738394041 |
- .container {
- width: 100%;
- height: 100vh;
- overflow-y: auto;
- background-size: 100% 100%;
- }
- .box {
- display: flex;
- flex-wrap: wrap;
- margin-top: 15px;
- }
- .imgBox {
- width: 30%;
- height: 50vw;
- margin-left: 2.5%;
- margin-top: 5px;
- }
- .imgs {
- display: block;
- width: 100%;
- height: 75%;
- border: 2px solid #CD7F32;
- }
- .name {
- width: 100%;
- display: block;
- text-align: center;
- color: #fff;
- }
- .uni-section {
- background-color: transparent !important;
- margin-top: 20px;
- }
- .uni-section-header {
- padding: 0 10px !important;
- }
- .uni-section__content-title {
- color: #fff !important;
- }
|