add back body

This commit is contained in:
Hailey
2024-10-10 21:12:11 -07:00
parent f9b01e9eac
commit 3748880fc4
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -75,6 +75,9 @@
top: 50%; top: 50%;
transform: translateX(-50%) translateY(-50%) translateY(-50px); transform: translateX(-50%) translateY(-50%) translateY(-50px);
} }
body {
width: 100%;
}
</style> </style>
{% include "scripts.html" %} {% include "scripts.html" %}
+3
View File
@@ -80,6 +80,9 @@
top: 50%; top: 50%;
transform: translateX(-50%) translateY(-50%) translateY(-50px); transform: translateX(-50%) translateY(-50%) translateY(-50px);
} }
body {
width: 100%;
}
</style> </style>
</head> </head>