> [!NOTE] Xóa khoảng trắng ở lề mkdocs¶
Nguồn tham khảo¶
Cách Hà thực hiện¶
Bước 1: trong thư mục docs/assets/stylesheets¶
Đây là nội dung file css¶
@media only screen and (min-width: 76.25em) {
.md-main__inner {
max-width: none;
}
.md-sidebar--primary {
left: 0;
}
.md-sidebar--secondary {
right: 0;
margin-left: 0;
-webkit-transform: none;
transform: none;
}
}