Skip to content

Commit

Permalink
possible parity
Browse files Browse the repository at this point in the history
  • Loading branch information
semanticdata committed Nov 26, 2023
1 parent 1a6031f commit 9a350ab
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
8 changes: 8 additions & 0 deletions sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,11 @@ footer {
bottom: 50px;
-webkit-font-smoothing: subpixel-antialiased;
}

pre {
padding:8px 15px;
background: #f8f8f8;
border-radius:5px;
border:1px solid #e5e5e5;
overflow-x: auto;
}
2 changes: 2 additions & 0 deletions sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
pre,
code {
word-wrap: normal;
text-wrap: wrap;
}
}

Expand All @@ -61,6 +62,7 @@

.downloads {
width: 99%;
// margin: 0.5rem auto;
}

.downloads li,
Expand Down
3 changes: 0 additions & 3 deletions sass/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@
@use "classes";
@use "layout";
@use "custom";

// @use "others/base1"
// @use "others/classes1"
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<header>
<a href="{{ get_url(path="/") | safe }}">
<img src="{{ get_url(path="img/logo.png") | safe }}" alt="Logo" /></a>
<img src="{{ get_url(path="img/logo.png") | safe }}" alt="Logo" width="275px" height="auto"/></a>

<p>{{ config.description }}</p>

Expand Down

0 comments on commit 9a350ab

Please sign in to comment.