@charset "utf-8";
a[href^="/uploads/"]:not(.no-attachment-icon):before {
    display: inline-block;
    margin: 0 3px;
    content: "📎";
}
header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
header .logo a img {
    width: 150px;
    height: 41px;
}
header h1 {
    flex: auto;
}
