fix(ui): add missing </style> tag in base.html

The responsive CSS addition was missing the closing </style> tag,
which caused the main page to render as blank. This fix restores
the proper HTML structure.
This commit is contained in:
ijuanes 2026-06-20 01:27:17 +01:00
parent 927c323a6e
commit 28232dbaf9

View file

@ -295,6 +295,7 @@
padding: 0; padding: 0;
} }
} }
</style>
</head> </head>
<body> <body>
<div class="container"> <div class="container">