Skip to content

Commit

Permalink
Merge pull request #49 from stakater/task/small-mobile-screen-size-fix
Browse files Browse the repository at this point in the history
[Task] Small mobile screen size fix
  • Loading branch information
RSAK56 authored Sep 27, 2024
2 parents 879587c + 0eb44a9 commit 0eef29f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions resources/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,20 @@
}

.md-version {
border: 1px solid rgba(255, 255, 255, 0.8);
border-radius: 6px;
display: flex;
justify-content: center;
align-items: center;
margin: 0 8px;
height: 16px;
width: 3rem;
border: 1px solid rgba(255, 255, 255, 0.8) !important;
border-radius: 6px !important;
display: flex !important;
justify-content: center !important;
align-items: center !important;
margin: 0 8px !important;
height: 16px !important;
width: 3rem !important;
}

.md-version__current {
color: #fff;
margin: 1rem;
font-size: 12px;
margin: 1rem !important;
font-size: 12px !important;
}
}

Expand Down

0 comments on commit 0eef29f

Please sign in to comment.