diff options
| author | LinuxWizard42 <linuxwizard@voidnet.dy.fi> | 2023-02-01 19:40:49 +0200 |
|---|---|---|
| committer | LinuxWizard42 <linuxwizard@voidnet.dy.fi> | 2023-02-01 19:40:49 +0200 |
| commit | 2c31936009e9bfb1fdaacdf8f660498bcb877594 (patch) | |
| tree | 9197ea18671cdc3f97067d6e4f8b7581037d1411 | |
| parent | 19ca4d159bdfa9846cf54965e33ee73ea2af83da (diff) | |
| download | VoidNet_Site-2c31936009e9bfb1fdaacdf8f660498bcb877594.tar.gz VoidNet_Site-2c31936009e9bfb1fdaacdf8f660498bcb877594.tar.zst | |
Fixed div element not having rounded corners in FlashRunner download page
| -rw-r--r-- | flashrunner/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flashrunner/index.html b/flashrunner/index.html index ffe69cc..37a3edd 100644 --- a/flashrunner/index.html +++ b/flashrunner/index.html @@ -38,7 +38,7 @@ </div> </nav> <div class="container-fluid h-100"> -<div class="container-fluid mb-4 content_box shadow w-100"> +<div class="container-fluid mb-4 rounded content_box shadow w-100"> <center> <br/> <div class="container-fluid"> |
