Skip to content

Commit

Permalink
Improve layout
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviut committed Jul 6, 2024
1 parent 2fd42d5 commit 5cd86ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions content/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ body {


article {
padding: 0.05px; /* disable margin collapsing */
margin: 15px;

transition: max-width 1s;
Expand Down
3 changes: 3 additions & 0 deletions layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
<meta name=viewport content="width=device-width, initial-scale=1">
</head>
<body>
<div style="border: 1px black solid;margin: 15px;padding: 1em;">
⚠️ This guide has not been actively kept up to date since before Nim 1.0. Many things are still the same, but some things have changed.
</div>

<div id="sidebar">
<div class="abs-hamburger"><div class="nav-toggle" onclick="javascript:sidebarClick();"><span></span></div></div>
Expand Down

0 comments on commit 5cd86ac

Please sign in to comment.