Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ekulno committed Feb 25, 2024
1 parent 3481534 commit 1e01d1c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
width: 2em;
}

#portrait {
width: 10em;
border-radius: 100%;
}

body {
height: 100vh;
margin: 0;
Expand All @@ -17,7 +14,12 @@ main {
align-items: center;
font-family:'Courier';
height: 100%;
font-size: 1.5em;
font-size: 1em;
}

#portrait {
width: 150px;
border-radius: 100%;
}

main > * {
Expand Down

0 comments on commit 1e01d1c

Please sign in to comment.