Skip to content

Commit

Permalink
Modify logo class to adapt css best practices
Browse files Browse the repository at this point in the history
  • Loading branch information
b3z3 committed Apr 19, 2022
1 parent 21e94b7 commit 45d4246
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ button:disabled{

.logo{
flex: 0 0 200px;
height: 48px;
text-align: center;
max-width: 200px;
padding-right: 80px;
Expand Down Expand Up @@ -208,6 +209,7 @@ button:disabled{
@media screen and (min-width: 992px) and (max-width: 1200px){
.logo{
flex: 0 0 170px;
height: 48px;
max-width: 170px;
padding-right: 50px;
}
Expand All @@ -226,6 +228,7 @@ button:disabled{
@media screen and (min-width: 768px) and (max-width: 991px) {
.logo{
flex: 0 0 100%;
height: 48px;
max-width: 100%;
padding: 30px 0;
text-align: left;
Expand Down Expand Up @@ -264,6 +267,7 @@ button:disabled{

.logo{
flex: 0 0 100%;
height: 48px;
max-width: 100%;
padding-right: 0px;
text-align: left;
Expand Down

0 comments on commit 45d4246

Please sign in to comment.