Skip to content

Commit

Permalink
Update collapse.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuqi-li authored Oct 30, 2024
1 parent d569d4d commit dfda74c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions assets/css/collapse.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.container {
width:50%;
width:100%;
border:1px solid #d3d3d3;
}
.container div {
width:50%;
width:100%;
}
.container .header {
background-color:#d3d3d3;
Expand All @@ -13,4 +13,5 @@
}
.container .content {
display: none;
width:80%;
padding : 5px;

0 comments on commit dfda74c

Please sign in to comment.