fix min-width

This commit is contained in:
Usman Nasir
2020-02-18 11:36:16 +05:00
parent b89e3ee773
commit 8f42810314
2 changed files with 2 additions and 2 deletions

View File

@@ -235,5 +235,5 @@ a:hover {
}
.btn-min-width {
min-width: 350px;
min-width: 300px;
}

View File

@@ -235,5 +235,5 @@ a:hover {
}
.btn-min-width {
min-width: 350px;
min-width: 300px;
}