Remove unnecessary full-width float css from sidebar

This commit is contained in:
Anton Khorev 2023-07-28 20:05:28 +03:00
parent e932972a4a
commit 1905199b72

View file

@ -422,9 +422,6 @@ body.small-nav {
> div {
position: relative;
float: left;
clear: both;
width: 100%;
}
}