Stack navigation links vertically on mobile

This commit is contained in:
Russell Ballestrini 2025-10-15 07:57:09 -04:00
parent fd4bde6166
commit 50e949caeb

View file

@ -33,6 +33,14 @@
height: auto;
display: block;
}
@media (max-width: 768px) {
article nav ul {
flex-direction: column;
}
article nav ul li {
width: 100%;
}
}
</style>
</head>
<body>