diff options
author | Simponic <loganhunt@simponic.xyz> | 2022-12-21 00:23:50 -0700 |
---|---|---|
committer | Simponic <loganhunt@simponic.xyz> | 2022-12-21 00:23:50 -0700 |
commit | 75a2b21764f8d9813ad05b8b742044b72379e984 (patch) | |
tree | b3f6742c1bdcbad5799a7ee9fe669d381c1a6a56 /ft-visualizer/index.html | |
parent | bc02eec44d5eeddceb6922973e7309bf9948da81 (diff) | |
download | simponic.xyz-75a2b21764f8d9813ad05b8b742044b72379e984.tar.gz simponic.xyz-75a2b21764f8d9813ad05b8b742044b72379e984.zip |
Some minor bug fixes and increase dx
Diffstat (limited to 'ft-visualizer/index.html')
-rw-r--r-- | ft-visualizer/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ft-visualizer/index.html b/ft-visualizer/index.html index ee593a4..ccb8f48 100644 --- a/ft-visualizer/index.html +++ b/ft-visualizer/index.html @@ -27,6 +27,8 @@ margin-right: auto; max-width: 1300px; min-height: 100%; + padding-left: 2rem; + padding-right: 2rem; } </style> </head> |