Skip to content

Commit

Permalink
fix: removed the unexpected empty blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
parasss19 committed Oct 3, 2023
1 parent 7c5c362 commit 6480ee7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions library/src/styles/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,10 @@
@apply lg:hidden;
}

.container\:xl .burger-menu {
}

.container\:base .sidebar {
@apply lg:relative lg:block lg:w-64 lg:h-auto;
}

.container\:xl .sidebar {
}

.container\:base .sidebar--content {
@apply lg:w-56;
}
Expand Down Expand Up @@ -57,9 +51,6 @@
@apply 2xl:p-0 2xl:mt-0;
}

.container\:xl .examples {
}

.container\:base .panel--right {
@apply hidden 2xl:block 2xl:w-5/12;
}
Expand Down

0 comments on commit 6480ee7

Please sign in to comment.