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;
|
padding: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue