Skip to content

Commit

Permalink
fix: text is small on mobile. resized block
Browse files Browse the repository at this point in the history
  • Loading branch information
savolla committed Oct 31, 2023
1 parent 4e79401 commit 1ef8bf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
13 changes: 2 additions & 11 deletions css/qr.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
*, ::after, ::before {
margin: 0px;
padding: 0px;
box-sizing: border-box;
overflow: hidden;
background-color: black;
Expand All @@ -9,18 +7,11 @@
.message {
/* display: flex; */
/* flex-direction: column; */
/* border: 2px solid red; */
border: 2px solid red;
width: 50%;
/* justify-content: center; */
/* align-items: center; */
/* height: 100vh; */
background-color: black;
}

.avatar {
border-radius: 50%;
height: 160px;
margin-top: 12px;
margin-left: 12px;
margin-bottom: -32px;
/* border: 2px solid red; */
}
3 changes: 1 addition & 2 deletions q.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

<body>
<div class="message">
<img class="avatar" src="https://avatars.githubusercontent.com/u/22548773?v=4" alt="savolla's avatar" />
<pre>
<code class="language-javascript">
const my = {
Expand All @@ -25,7 +24,7 @@

// business
job: [ `Web Developer`, `R&D Engineer` ],
company: `Gravity A.Ş.`
company: `Gravity A.Ş.`,

// contact info
phone: `0533 051 10 86`,
Expand Down

0 comments on commit 1ef8bf6

Please sign in to comment.