philomena/assets/css/views/_adverts.scss

31 lines
459 B
SCSS
Raw Normal View History

2019-08-18 02:43:44 +02:00
#imagespns {
border: $border;
padding: 2px 10px;
background: $background_odd_color;
text-align: center;
.subtext {
font-size: 10px;
}
.spnstxt {
font-size: 10px;
text-transform: uppercase;
color: $foreground_half_color;
margin: 2px;
margin-bottom: 4px;
}
img {
2020-04-03 20:08:37 +02:00
max-width: 100%;
2019-08-18 02:43:44 +02:00
height: auto;
}
}
2020-04-03 20:08:37 +02:00
#imagespns__link {
display: flex;
justify-content: center;
}
2019-08-18 02:43:44 +02:00
.table--adverts__image {
width: 730px;
}