Skip to content

Commit

Permalink
Modified header small mobile size version view
Browse files Browse the repository at this point in the history
  • Loading branch information
RSAK56 committed Sep 27, 2024
1 parent 879587c commit 0eb44a9
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 0eb44a9

Please sign in to comment.