diff --git a/assets/style.css b/assets/style.css index 5b79329..b12c95d 100644 --- a/assets/style.css +++ b/assets/style.css @@ -179,4 +179,9 @@ li.navpage_item{ ul.navpage_list{ gap: 10px; +} + +header ul { + display: flex; + flex-direction: column; } \ No newline at end of file