feat: Move result to tab content

This commit is contained in:
2025-04-13 18:25:55 +02:00
parent 4f9c7d82f8
commit de91ad9367
2 changed files with 17 additions and 14 deletions

View File

@@ -28,6 +28,9 @@ body {
padding: 5px;
}
#result-card {
width: 100%;
}
// Import the Google Font
@import url("https://fonts.googleapis.com/css?family=Nunito:400,700");