PB3QSJURN6OWKKJYUVOJ3H2GLXFCJ3U4LDI5JGENU4LPMIJDHC3AC
header > section {
max-width: 1140px;
width: 100%;
box-sizing: border-box;
padding: 0 2em;
margin: 0 auto;
display: grid;
grid-template-columns: 2fr 3fr;
gap: 2em;
}
header > section > figure { margin: 0 }
header > section > figure *:first-child {
width: 100%;
height: auto;
}
@media (max-width: 580px) { header > section { grid-template-columns: 1fr } }
@media (min-width: 1080px) { header > section { grid-template-columns: 1fr 1fr } }
<link rel="stylesheet" href="theme.css">
<link rel="stylesheet" href="theme.css">
<link rel="shortcut icon" href="favicon.svg" type="image/svg">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$">
<meta name="description" content="$description$">
<meta name="theme-color" content="#000">
<meta name="og:description" content="$description$">
<meta name="og:title" content="$title$">