1
0
mirror of https://github.com/minio/docs.git synced 2025-07-28 19:42:10 +03:00

Re-build assets

This commit is contained in:
Rushan
2021-07-31 11:57:03 +05:30
committed by Ravind Kumar
parent 1fad32d538
commit 316d35f5d3
2 changed files with 1 additions and 11 deletions

View File

@ -318,20 +318,9 @@ button.toggle-button {
-webkit-box-shadow: 0px 0px 5px lightgray; -webkit-box-shadow: 0px 0px 5px lightgray;
box-shadow: 0px 0px 5px lightgray; } box-shadow: 0px 0px 5px lightgray; }
<<<<<<< HEAD
ul.simple li { ul.simple li {
margin: 0px 0px 10px 0px; } margin: 0px 0px 10px 0px; }
@media (min-width: 1200px) {
.content, .header {
padding: 0 1.75rem; } }
@media (max-width: 1199px) {
.content, .header {
padding: 0 1rem; } }
=======
>>>>>>> 3f1372e (Re-align layout and make sidebar toggle visible by default)
.content { .content {
overflow-y: auto; overflow-y: auto;
overflow-x: hidden; overflow-x: hidden;

File diff suppressed because one or more lines are too long