Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
PinchOfData authored Jan 28, 2025
1 parent f3a3302 commit 64772cc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion stylesheets/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
@import "https://unpkg.com/tachyons@4.6.1/css/tachyons.min.css";

.bg-super-white { background: #f9f9f9; }
.bg-super-white {
background: #f9f9f9;
max-width: 1500px; /* Added max-width for wider content */
margin: 0 auto; /* Center the content */
}

.top-50 { top: 50% }
.link:hover { background: url(/images/line.png) repeat-x left bottom; }

Expand Down

0 comments on commit 64772cc

Please sign in to comment.