add update app on settings

This commit is contained in:
Jay_Makwana
2019-11-13 21:08:15 +05:30
parent e4ba246435
commit 441b6bb370
7 changed files with 82 additions and 7 deletions

View File

@ -33,7 +33,7 @@
}
.filter-date {
flex: 1;
flex: 2;
display: flex;
margin-right: 40px;
align-items: center;
@ -55,7 +55,7 @@
margin-top: 28px;
}
@media(max-width: $medium-breakpoint ) {
@media(max-width: $large-breakpoint ) {
.filter-container {
flex-direction: column;
}