Skip to content

Commit

Permalink
size better mobile (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
purajit authored Sep 4, 2024
1 parent 37db69d commit a9b430e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions templates/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
:root {
--bg: #181a1b;
--text: #e8e6e3;
--page-margin: 8%;
}

body {
font-family: "Libre Caslon Text";
color: var(--text);
background-color: var(--bg);
margin: 8%;
padding: 0;
width: 84%;
margin: 0;
width: 100%;
}

/* overriding defaults */
Expand Down Expand Up @@ -94,7 +94,9 @@ code {
display: flex;
flex-direction: column;
font-weight: 500;
width: 100%;
margin: var(--page-margin) auto var(--page-margin) auto;
min-width: 300px;
max-width: 1350px;
}

#name {
Expand Down

0 comments on commit a9b430e

Please sign in to comment.