Skip to content

Commit

Permalink
update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
SUSP8129 authored Oct 12, 2024
1 parent 9a3a4ce commit 4268c03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h2 class="fourth" id="section4">4. So, Have the Saved Files Really Disappeared?
In this case, two folders "files" and "info" appeared.
</p>
<p class="four"></p>
<ul class="files_info">
<ul>
<li><img class="files" src="Hidden_folder-.Trash_files.png" alt=".Trash-files" /></li>
<li><img class="info" src="Hidden_folder-.Trash_info.png" alt=".Trash-info" /></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
padding-top: 10px;
}

.files_info {
ul {
display: flex;
}

Expand Down

0 comments on commit 4268c03

Please sign in to comment.