99 lines
1.4 KiB
CSS
99 lines
1.4 KiB
CSS
html, body {
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
font-family: monospace;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.main-header, main, .main-footer {
|
|
max-width: 60rem;
|
|
}
|
|
|
|
.main-header, h1:nth-of-type(1), p.rss {
|
|
text-align: center;
|
|
}
|
|
|
|
h1:nth-of-type(1), p.rss, div#nuAboutCont, div.pagination {
|
|
grid-column: 1/-1;
|
|
}
|
|
|
|
main {
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr 1fr 1fr;
|
|
gap: 0.6rem;
|
|
}
|
|
|
|
@media screen and (max-width: 480px) {
|
|
main {
|
|
grid-template-columns: 1fr 1fr;
|
|
}
|
|
}
|
|
p.about, p:nth-of-type(2) {
|
|
display: none;
|
|
}
|
|
|
|
div#nuAboutCont {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
div#nuAboutInnr {
|
|
max-width: 35rem;
|
|
border: 1px solid black;
|
|
}
|
|
|
|
div.nuAboutSec {
|
|
padding: 1.2rem;
|
|
border-top: 1px solid black;
|
|
}
|
|
|
|
div.nuAboutSec:nth-of-type(1) {
|
|
border-top: none;
|
|
}
|
|
|
|
h3.nuAboutHdr {
|
|
margin-top: 0;
|
|
}
|
|
|
|
div.nuAboutTbl {
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr 1fr 1fr;
|
|
gap: 1.2rem;
|
|
}
|
|
div.nuAboutTbl div.nuAboutTblItem {
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
@media screen and (max-width: 480px) {
|
|
div.nuAboutTbl {
|
|
grid-template-columns: 1fr 1fr;
|
|
}
|
|
}
|
|
article {
|
|
padding: 0.6rem;
|
|
width: 100%;
|
|
aspect-ratio: 1/1;
|
|
overflow: scroll;
|
|
border: 1px solid black;
|
|
}
|
|
article img {
|
|
max-width: 100%;
|
|
}
|
|
|
|
h2.title {
|
|
font-size: 1rem;
|
|
}
|
|
|
|
p.description {
|
|
font-size: 0.8rem;
|
|
padding: 0;
|
|
}
|
|
|
|
div.meta {
|
|
font-size: 0.8rem;
|
|
font-style: italic;
|
|
}/*# sourceMappingURL=2023-07.css.map */ |