Skip to content

Commit

Permalink
Changed (and fixed) some CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
NecRaul committed Nov 20, 2024
1 parent 32f024d commit 24c8d2d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions css/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ body {
background-color: rgb(15, 11, 11);
color: rgb(232, 232, 232);
font-size: 18px;
margin-left: auto;
margin-right: auto;
margin-inline: auto;
max-width: 1024px;
}

Expand All @@ -14,10 +13,13 @@ h1 {
h2,
h3 {
color: rgb(160, 98, 105);
padding-inline: 30px;
}

p {
line-height: 1.5;
text-align: justify;
padding-inline: 30px;
}

a {
Expand All @@ -36,6 +38,7 @@ span:hover {

pre {
margin-top: 10px;
margin-inline: 30px;
padding: 10px;
background-color: rgb(96, 62, 66);
}
Expand Down Expand Up @@ -89,6 +92,6 @@ img {
}

.navitem {
padding: 0px 30px;
padding-inline: 30px;
}

0 comments on commit 24c8d2d

Please sign in to comment.