Content should have 100% width

This commit is contained in:
Aditya Thakral 2021-06-09 06:30:48 -04:00
parent 80d3d57c76
commit f94c61b7fb
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
.content {
display: flex;
flex-direction: column;
width: 100%;
}
.nav {