Skip to content

Commit

Permalink
fix: improve mobile view
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Carter <[email protected]>
  • Loading branch information
cloudnull committed Jun 19, 2024
1 parent c62fa65 commit 86ca295
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/overrides/stylesheets/adr.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
position: relative;
border-radius: 100px;
line-height: 1 !important;
overflow: hidden;
overflow: scroll;
padding: 0px 12px 0px 20px;
text-overflow: ellipsis;
line-height: 1.25rem;
Expand Down Expand Up @@ -110,10 +110,12 @@
max-width: 1000px;
}

.md-main {
flex-grow: 1;
margin-left: auto;
margin-right: auto
@media only screen and (min-width: 1220px) {
.md-main {
flex-grow: 1;
margin-left: auto;
margin-right: auto
}
}

@media screen {
Expand Down

0 comments on commit 86ca295

Please sign in to comment.