Skip to content

Commit

Permalink
[#38] Improve preview styles
Browse files Browse the repository at this point in the history
  • Loading branch information
dlguswo333 committed Nov 23, 2024
1 parent 4e284c4 commit 5d34795
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion preview/src/asset/Style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ $big-screen: 800px;
}
h1 {
display: inline-block;
margin-right: 20px;
margin-top: 8px;
margin-right: 14px;
}
.Icons {
display: inline-block;
Expand All @@ -23,6 +24,11 @@ $big-screen: 800px;
display: inline-block;
width: 26px;
height: 26px;
@media (hover: hover) and (pointer: fine) {
&:hover {
filter: brightness(2.5);
}
}
img {
width: 100%;
height: 100%;
Expand Down

0 comments on commit 5d34795

Please sign in to comment.