Skip to content

Commit

Permalink
remove empty css rule
Browse files Browse the repository at this point in the history
  • Loading branch information
littlebenlittle committed Jul 13, 2024
1 parent 1ca4422 commit 0715bc6
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions ui/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ nav ul {
max-width: 720px;

.video-ctr {

width: 100%;

video {
Expand Down Expand Up @@ -445,14 +445,6 @@ button:hover {
margin: 1rem;
}

#jobs-dashboard {
// display: grid;
// grid-template-columns: 80vw;
// grid-template-rows: 70vh;
// grid-template-areas:
// "";
}

#jobs-list {
padding: 0;

Expand Down

0 comments on commit 0715bc6

Please sign in to comment.