Merge pull request #3 from JoshHeaps/UpdateParticleSimulatorButton

Update particle simulator button
This commit is contained in:
Josh Heaps
2025-08-29 16:31:21 -06:00
committed by GitHub
3 changed files with 3 additions and 5 deletions
-2
View File
@@ -4,8 +4,6 @@
name: .NET
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
+1 -1
View File
@@ -50,7 +50,7 @@
Play Chess
</button>
<button id="ChessDemo" class="demoButton" onclick="window.location.href='/particles'">
Life
Particle Simulator
</button>
<button id="MoreFiller" class="demoButton">
More coming soon...
+2 -2
View File
@@ -55,8 +55,8 @@
text-align: center;
border: none;
border-radius: 5vw;
width: 25vw;
height: 10vw;
width: 20vw;
height: 8vw;
font-size: 2vw;
background-color: rgb(104, 255, 0, 0.39);
cursor: pointer;