Skip to content

Commit

Permalink
fix(UI): Make max-width wider, and make sidebar narrower on wide scre…
Browse files Browse the repository at this point in the history
  • Loading branch information
jsit committed Jun 25, 2023
1 parent 2787114 commit 71b7375
Show file tree
Hide file tree
Showing 12 changed files with 309 additions and 544 deletions.
3 changes: 1 addition & 2 deletions src/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,7 @@ blockquote {

.thumbnail {
object-fit: cover;
min-height: 60px;
max-height: 80px;
aspect-ratio: 4/3;
width: 100%;
}

Expand Down
4 changes: 0 additions & 4 deletions src/assets/css/themes/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
$link-decoration: none;
$min-contrast-ratio: 3;

$container-max-widths: (
lg: 1140px,
);

0 comments on commit 71b7375

Please sign in to comment.