Skip to content

Commit

Permalink
Fixed icon size. (#312)
Browse files Browse the repository at this point in the history
Co-authored-by: Guillermo Guerrero Ibarra <[email protected]>
  • Loading branch information
ryanfox1985 and guillermogue authored Aug 12, 2021
1 parent da2fc7e commit cabdeac
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions static/css/style.blue.css
Original file line number Diff line number Diff line change
Expand Up @@ -2924,6 +2924,9 @@ fieldset[disabled] .btn-template-primary.active {
.navbar-brand:focus {
text-decoration: none;
}
.navbar-brand img {
max-height: 42px;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
Expand Down
3 changes: 3 additions & 0 deletions static/css/style.default.css
Original file line number Diff line number Diff line change
Expand Up @@ -2924,6 +2924,9 @@ fieldset[disabled] .btn-template-primary.active {
.navbar-brand:focus {
text-decoration: none;
}
.navbar-brand img {
max-height: 42px;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
Expand Down
3 changes: 3 additions & 0 deletions static/css/style.green.css
Original file line number Diff line number Diff line change
Expand Up @@ -2924,6 +2924,9 @@ fieldset[disabled] .btn-template-primary.active {
.navbar-brand:focus {
text-decoration: none;
}
.navbar-brand img {
max-height: 42px;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
Expand Down
3 changes: 3 additions & 0 deletions static/css/style.marsala.css
Original file line number Diff line number Diff line change
Expand Up @@ -2924,6 +2924,9 @@ fieldset[disabled] .btn-template-primary.active {
.navbar-brand:focus {
text-decoration: none;
}
.navbar-brand img {
max-height: 42px;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
Expand Down
3 changes: 3 additions & 0 deletions static/css/style.pink.css
Original file line number Diff line number Diff line change
Expand Up @@ -2924,6 +2924,9 @@ fieldset[disabled] .btn-template-primary.active {
.navbar-brand:focus {
text-decoration: none;
}
.navbar-brand img {
max-height: 42px;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
Expand Down
3 changes: 3 additions & 0 deletions static/css/style.red.css
Original file line number Diff line number Diff line change
Expand Up @@ -2924,6 +2924,9 @@ fieldset[disabled] .btn-template-primary.active {
.navbar-brand:focus {
text-decoration: none;
}
.navbar-brand img {
max-height: 42px;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
Expand Down
3 changes: 3 additions & 0 deletions static/css/style.turquoise.css
Original file line number Diff line number Diff line change
Expand Up @@ -2924,6 +2924,9 @@ fieldset[disabled] .btn-template-primary.active {
.navbar-brand:focus {
text-decoration: none;
}
.navbar-brand img {
max-height: 42px;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
Expand Down
3 changes: 3 additions & 0 deletions static/css/style.violet.css
Original file line number Diff line number Diff line change
Expand Up @@ -2924,6 +2924,9 @@ fieldset[disabled] .btn-template-primary.active {
.navbar-brand:focus {
text-decoration: none;
}
.navbar-brand img {
max-height: 42px;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
Expand Down

0 comments on commit cabdeac

Please sign in to comment.