Merge pull request #5614 from deepaksinghgusain227/catelog-header-ui-issue

Fixed catalog header ui issue
This commit is contained in:
Glenn Hermans 2022-01-14 12:38:24 +01:00 committed by GitHub
commit dbe61b0049
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{
"/js/admin.js": "/js/admin.js?id=16e7709105034d93361f",
"/css/admin.css": "/css/admin.css?id=30492688db61bd425c82"
"/css/admin.css": "/css/admin.css?id=8cdddf33a52d656a0b93"
}

View File

@ -694,11 +694,11 @@ body {
@media only screen and (max-width: 768px){
h1 {
font-size: 20px;
font-size: 18px;
}
.btn.btn-lg {
padding: 5px 10px;
padding: 4px 6px;
}
.navbar-top {
@ -760,6 +760,8 @@ body {
.back-link {
margin-top: 0px;
margin-right: -1px;
height: 22px !important;
width: 22px !important;
}
}