ESH/css/table.css
2024-10-23 18:28:06 +05:30

20 lines
236 B
CSS

h2 {
text-align: center;
}
table caption {
padding: .5em 0;
}
@media screen and (max-width: 767px) {
table caption {
border-bottom: 1px solid #ddd;
}
}
.p {
text-align: center;
padding-top: 140px;
font-size: 14px;
}