Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@
line-height: 1.5;
}

.main-content {
max-width: 1200px;
margin: 0 auto;
padding: var(--spacing);
}

/* Basic content styles */
.title-content {
margin-bottom: var(--spacing);
Expand Down Expand Up @@ -74,7 +68,7 @@
</style>
</head>
<body>
<main class="main-content">
<main class="content">
<div class="title-content">
<p>PufferLib is a fast and sane reinforcement learning library that can train tiny, super-human models in seconds. The included learning algorithm, hyperparameter tuning, and simulation methods are the product of our own research. All our tools are free and open source, but you can purchase priority service to get our eyes on your problem from $10k/month. We also offer fixed-deliverables terms for larger problems. Contact jsuarez🐡puffer🐡ai.</p>

Expand Down
1 change: 1 addition & 0 deletions docs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ a:hover {
max-width: var(--content-max-width);
margin: 0 auto;
padding: var(--content-padding);
box-sizing: border-box;
}

/* Reusable image component */
Expand Down