Fix responsiveness

This commit is contained in:
hossainemruz 2020-07-24 12:57:08 +06:00
parent 64fb493030
commit cf7a1aebfb
2 changed files with 7 additions and 0 deletions

View file

@ -100,6 +100,7 @@
padding-left: 1rem;
padding-right: 1rem;
flex: 85%;
max-width: 85%;
}
.post-card-holder .post-card {
width: calc(100% / 5);
@ -286,6 +287,7 @@
}
.content-section {
flex: 100%;
max-width: 100%;
padding-left: 0;
width: 100%;
}