@charset 'UTF-8';
@import url(style.css);

.update {
    display: grid;
    grid-template-columns: max-content auto;
    column-gap: 1.0em;
    row-gap: 0.5em;
}

.update > dt {
    font-weight: bold;
}

.update > dt::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    content: "\f274";
    margin-right: 0.2em;
}

.about__author,
.about__link{
    display: grid;
    grid-template-columns: max-content auto;
    column-gap: 1.0em;
    row-gap: 0.3em;
}

.about__author > dt,
.about__link > dt{
    font-weight: bold;
}
