We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e358da0 commit a140928Copy full SHA for a140928
2 files changed
index.html
@@ -78,6 +78,7 @@ <h1><img src="static/logo.png" alt="" width="64" height="64"> Source 2 Viewer</h
78
<div class="download-notes">
79
<a href="https://github.com/ValveResourceFormat/ValveResourceFormat/releases" class="download-version">View release notes</a>
80
</div>
81
+ <div class="download-reqs">Requirements: Windows 10+ 64-bit, GPU with OpenGL 4.6 support</div>
82
83
84
<div class="hero-right">
static/style.css
@@ -178,6 +178,13 @@ header h1 img {
178
flex-shrink: 0;
179
}
180
181
+.hero .download-reqs {
182
+ font-size: .8rem;
183
+ margin-top: 1rem;
184
+ margin-left: 1rem;
185
+ color: #999;
186
+}
187
+
188
.hero .container {
189
display: flex;
190
gap: 60px;
0 commit comments