Skip to content

Commit

Permalink
fix: add padding arround text
Browse files Browse the repository at this point in the history
  • Loading branch information
Equinox4 committed Aug 16, 2023
1 parent d453318 commit 43a6996
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions public/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ body
display: flex;
flex-direction: column;
max-width: 80rem;
padding: 0 1rem 0 1rem;
}

main
Expand Down
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<meta property="og:image" content="/assets/images/icons/paste_icon_128.png">
<meta property="og:type" content="website">
<meta property="og:url" content="https://paste.mjollnir.fr">

<link href="/assets/images/icons/paste_icon_16.png" rel="icon"/>
<link rel="stylesheet" href="/assets/css/main.css" integrity="sha384-uqG8HETqBInUhiJnIs8iHhXJdz7lVTWCda05O2sJ1/HQ6Mf5pvxxCjzxIJAfR4Ri"/>
<link rel="stylesheet" href="/assets/css/main.css" integrity="sha384-dlTKb8pLDc2HnoIjTMuqy9NH+0Ot8lnEWnYr06cA/8AqrGDi9QcjnwPhH8ldjEtw"/>
</head>
<body>
<main>
Expand Down

0 comments on commit 43a6996

Please sign in to comment.