Skip to content

Commit

Permalink
fix: text is still small. reducing body
Browse files Browse the repository at this point in the history
  • Loading branch information
savolla committed Oct 31, 2023
1 parent 1ef8bf6 commit 8c550b1
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions css/qr.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
*, ::after, ::before {
* {
box-sizing: border-box;
overflow: hidden;
background-color: black;
/* border: 2px solid red; */
}

body {
width: 50%;
border: 2px solid red;
}

.message {
/* display: flex; */
/* flex-direction: column; */
border: 2px solid red;
width: 50%;
/* border: 2px solid red; */
/* justify-content: center; */
/* align-items: center; */
/* height: 100vh; */
Expand Down

0 comments on commit 8c550b1

Please sign in to comment.