Added responsiveness

This commit is contained in:
James Dinh 2022-08-17 23:33:25 -07:00
parent 7c4c88d6fc
commit e001b7d201

View File

@ -200,7 +200,7 @@ nav ul li {
background-color: #2c9643; background-color: #2c9643;
width: 100%; width: 100%;
font-size: 20px; font-size: 20px;
padding: 3px 0; padding: 3px 5px;
animation: fadeInAnimation ease 2s; animation: fadeInAnimation ease 2s;
animation-iteration-count: 1; animation-iteration-count: 1;
animation-fill-mode: forwards; animation-fill-mode: forwards;