Skip to content

Commit

Permalink
center screen position #4
Browse files Browse the repository at this point in the history
  • Loading branch information
abrahamjuliot committed Oct 17, 2020
1 parent d4f3edf commit da14bad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,9 @@ input[type="radio"] {

.screen-container {
height: 200px;
display: flex;
justify-content: center;
align-items: center;
}
.screen-frame {
background: linear-gradient(-45deg, #000 0%, rgb(0 0 0 / 19%) 100%);
Expand All @@ -376,7 +379,6 @@ input[type="radio"] {

.hash {
display: inline-block;
background: #f3f3f5;
padding: 0 4px;
border-radius: 2px;
margin: 0 10px;
Expand All @@ -389,7 +391,6 @@ input[type="radio"] {
padding: 0 4px;
border-radius: 2px;
margin: 0 10px;
box-shadow: 0px 1px 1px 0px #cfd0d1;
}

.blurred {
Expand Down

0 comments on commit da14bad

Please sign in to comment.