Complete bad css todo

This commit is contained in:
2025-06-25 18:26:13 -07:00
parent 825e0f8393
commit f151a48f0a
3 changed files with 2 additions and 14 deletions
-11
View File
@@ -31,14 +31,3 @@ DTO
ProductController ProductController
Need to figure out new way to download purchased items as there is currently no way Need to figure out new way to download purchased items as there is currently no way
Client
Project-ProjectMist
Frame goes to bottom of page
Login / Register
Frame slides in on load
@@ -1,7 +1,7 @@
<style> <style>
.mist-frame { .mist-frame {
margin-top: 25px; margin: 25px 0;
max-width: 1000px; max-width: 1200px;
padding: 10px; padding: 10px;
} }
-1
View File
@@ -51,7 +51,6 @@ main {
padding: 4px; padding: 4px;
max-width: 400px; max-width: 400px;
color: var(--Mistox-White); color: var(--Mistox-White);
transition-duration: 1s;
} }
.big-frame h3{ .big-frame h3{