ESH/css/table.css

20 lines
236 B
CSS
Raw Permalink Normal View History

2024-10-23 18:28:06 +05:30
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;
}