/* Layout */
body {
+ background: #fcfcfc;
display: flex;
flex-direction: column;
min-height: 100vh;
margin-right: auto;
}
-header {
- margin-bottom: 8vh;
-}
-
header h1 {
font-size: 2em;
}
text-decoration: none;
}
+header p {
+ font-size: 0.8em;
+}
+
+nav {
+ margin-top: 2vh;
+ margin-bottom: 4vh;
+}
+
nav ul {
list-style: none;
display: flex;
text-underline-offset: 0.08em;
}
+a:hover {
+ background-color: navy;
+ color: #fcfcfc;
+}
+
a:focus {
outline: 1px solid currentColor;
outline-offset: 0.2em;
padding-top: var(--layout-spacing);
}
-article img {
+article img:not(a *) {
display: block;
width: 100%;
aspect-ratio: 640 / 360;