Skip to content

Commit a140928

Browse files
committed
Add requirements
1 parent e358da0 commit a140928

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ <h1><img src="static/logo.png" alt="" width="64" height="64"> Source 2 Viewer</h
7878
<div class="download-notes">
7979
<a href="https://github.com/ValveResourceFormat/ValveResourceFormat/releases" class="download-version">View release notes</a>
8080
</div>
81+
<div class="download-reqs">Requirements: Windows 10+ 64-bit, GPU with OpenGL 4.6 support</div>
8182
</div>
8283
</div>
8384
<div class="hero-right">

static/style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,13 @@ header h1 img {
178178
flex-shrink: 0;
179179
}
180180

181+
.hero .download-reqs {
182+
font-size: .8rem;
183+
margin-top: 1rem;
184+
margin-left: 1rem;
185+
color: #999;
186+
}
187+
181188
.hero .container {
182189
display: flex;
183190
gap: 60px;

0 commit comments

Comments
 (0)