You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- .ce_gallery {
- @include fullwidth();
- ul {
- display: flex;
- justify-content: space-evenly;
- padding: 40px 0 55px 0;
- margin: 0 auto;
- max-width: calc(1280px - 24px);
- }
- li {
- flex-grow: 1;
- flex-basis: 0;
- }
- .image_container {
- img {
- width: 64px;
- margin: 0 auto 15px auto;
- }
- .caption {
- width: 100%;
- text-transform: uppercase;
- text-align: center;
- font-weight: 700;
- }
- }
- }
|