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:
parent
927c323a6e
commit
28232dbaf9
1 changed files with 1 additions and 0 deletions
|
|
@ -295,6 +295,7 @@
|
|||
padding: 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue