Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fdgh134 committed Oct 17, 2024
1 parent d2a909a commit 8256d8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ span.frame__demos-item:not(:first-child) {
.grid {
display: grid;
position: relative;
width: 52%;
width: 1003px;
margin: 0 auto;
padding: 16vw 3vh 3vh 3vh;
grid-template-columns: 300px;
Expand Down
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ h3{
.content2_inner, .content2_inner{
flex-direction: column;
}
.content2_info, .content3_info{
.content2_info, .content3_inner > .content3_info{
display: flex;
flex-direction: column;
width: 100%;
Expand Down

0 comments on commit 8256d8d

Please sign in to comment.