Skip to content

Commit

Permalink
Update default.html
Browse files Browse the repository at this point in the history
  • Loading branch information
yushengsu-thu authored Jul 29, 2024
1 parent 140d72e commit 61904f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
height: auto; /* Set height to 200px */
overflow: hidden; /* Hide any content that overflows */
position: relative; /* Use relative positioning */
margin-top: 0px; /* top/bottom margin 20, left/right auto */
margin-bottom: 5px;
margin-top: -10px; /* top/bottom margin 20, left/right auto */
margin-bottom: 10px;
margin-left: auto;
margin-right: 20px;
margin-right: 5px;
}
</style>
</head>
Expand Down

0 comments on commit 61904f5

Please sign in to comment.