Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ricoThaka authored Oct 25, 2024
1 parent 3e01ffe commit 815a82f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<body>
<div id="wrapper">
<div id="MAiN">
<div id="MAiN" class="floatleft floatright">
<div id="playlist">
<div class="swatch">
<div></div>
Expand Down
9 changes: 9 additions & 0 deletions _sass/jekyll-theme-hacker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,15 @@ p {
display:block;
}


.floatright img:nth-child(odd) {
float: right;
}
.floatleft img:nth-child(even) {
float: left;
border-bottom: solid 10px #ffffff50;
}

h1 {
font: normal 14px/18px "Arial Black", "Helvetica Neue", Helvetica, sans-serif;
font-size: 3em;
Expand Down

0 comments on commit 815a82f

Please sign in to comment.