diff --git a/assets/stylesheets/template/layout/content.scss b/assets/stylesheets/template/layout/content.scss index cd545e9..57613c2 100644 --- a/assets/stylesheets/template/layout/content.scss +++ b/assets/stylesheets/template/layout/content.scss @@ -629,7 +629,7 @@ body{ } .navbar-brand:nth-child(2){ @media(min-width:1900px){ - width: 330px!important; + width: 300px!important; margin-top: -14px; } @media screen and (min-width:1025px) and (max-width:1899px){ diff --git a/assets/stylesheets/template/layout/header.scss b/assets/stylesheets/template/layout/header.scss index 4c1e6d3..546d443 100644 --- a/assets/stylesheets/template/layout/header.scss +++ b/assets/stylesheets/template/layout/header.scss @@ -266,7 +266,7 @@ a#content{ } @media(min-width:1900px) { - width: 330px; + width: 300px; } @media screen and (min-width:1025px) and (max-width:1899px) { @@ -278,7 +278,7 @@ a#content{ } @media screen and (max-width:$screen-xs) { - width: 150px; + width: 200px; } } }