Skip to content

Commit

Permalink
Update jekyll-theme-hacker.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
calvink19 authored Nov 6, 2024
1 parent bce1457 commit e84235d
Showing 1 changed file with 28 additions and 5 deletions.
33 changes: 28 additions & 5 deletions _sass/jekyll-theme-hacker.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,36 @@
// simpler theme, less flashiness and easier to view imo
/*.cooldiv {
max-width: 700px;
margin-left: auto;
margin-right: auto;
white-space: pre-wrap; /* CSS3
white-space: -moz-pre-wrap; /* Firefox
white-space: -pre-wrap; /* Opera <7 *
white-space: -o-pre-wrap; /* Opera 7 *
word-wrap: break-word; /* IE
}
#myBtn {
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
}
a:link, a:visited {
color: blue;
}
a:hover {
color: blue;
} */

.cooldiv {
max-width: 700px;
margin-left: auto;
margin-right: auto;
white-space: pre-wrap; /* CSS3 */
white-space: -moz-pre-wrap; /* Firefox */
white-space: -pre-wrap; /* Opera <7 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* IE */
white-space: normal; /* Normal behavior for whitespace */
word-wrap: break-word; /* Use word-wrap for long words */
}

#myBtn {
Expand Down

0 comments on commit e84235d

Please sign in to comment.