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 15d6c8b commit fdc4d13
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>
<ul class="files_info">
<img class="files" src="Hidden_folder-.Trash_files.png" alt=".Trash-files" />
<img class="info" src="Hidden_folder-.Trash_info.png" alt=".Trash-info" />
</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;
}

ul {
.files_info {
display: flex;
}

Expand Down

0 comments on commit fdc4d13

Please sign in to comment.