Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
JeBance authored Jan 27, 2025
1 parent 979c155 commit dfb15e1
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ html, body {
top: 100%;
width: 100%;
height: 400px;
padding: 5px;
padding: 20px;
font-size: 10px;
overflow-y: scroll;
display: flex;
Expand Down Expand Up @@ -171,3 +171,17 @@ button:active {
background: var(--color-grey);
}

.header {
width: 100%;
height: 80px;
}

.content {
width: 100%;
height: inherit;
}

.share {
width: 100%;
height: 80px;
}

0 comments on commit dfb15e1

Please sign in to comment.