1
0
dwelling-home/web/assets/css/about.css

50 lines
917 B
CSS
Raw Normal View History

2023-02-05 00:54:18 +04:00
.service-up::after { content: '●'; }
.service-down::after { content: '○'; }
h3:is(.service-up, .service-down)::after {
font-size: 1rem;
margin-right: -.9rem;
vertical-align: text-top;
padding-left: .2rem; }
tr td:last-child {
line-break: anywhere;
user-select: all; }
2023-02-05 00:54:18 +04:00
.columns {
column-count: 3;
column-fill: balance-all;
column-gap: 1rem;
column-span: none; }
.columns.figs { column-count: 2; }
.columns > div {
display: inline-block;
width: 100%; }
.columns h3 { color: var(--primary-color); }
2024-06-27 03:00:08 +04:00
figcaption { font-size: .8rem; }
2023-02-05 00:54:18 +04:00
figure.center,
2024-06-27 03:00:08 +04:00
figcaption { text-align: center; }
2023-02-05 00:54:18 +04:00
2024-06-27 02:59:41 +04:00
#contacts {
2023-02-05 00:54:18 +04:00
text-align: center;
width: 100%;
word-wrap: break-word; }
2024-06-27 02:59:41 +04:00
#contacts :is(a, span) { margin: .3rem; }
2023-02-05 00:54:18 +04:00
#contacts span a { margin: 0; }
.banners {
display: flex;
flex-wrap: wrap;
justify-content: center; }
@media screen and (max-width: 640px) {
.columns,
.columns.figs { column-count: 1; } }