update: basic RWD

This commit is contained in:
Tony Yang
2025-04-15 10:55:30 +08:00
parent 7d2facedf3
commit a4a7fd7d41
+10
View File
@@ -66,4 +66,14 @@ nav {
display: flex; display: flex;
align-items: center; align-items: center;
} }
@media screen and (max-width: 768px) {
.navbar-container {
flex-direction: column;
}
.actions {
margin: 10px 0;
}
}
</style> </style>