Skip to content

Commit f8d8662

Browse files
committed
Change year list to vertical on smaller screens
1 parent db248d8 commit f8d8662

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/scss/_page.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@
5959
ul {
6060
margin-left: 0;
6161
padding-left: 0;
62+
63+
@media only screen and (max-width: 600px) {
64+
display: grid;
65+
}
6266
}
6367

6468
li {

0 commit comments

Comments
 (0)