Skip to content

Commit

Permalink
lint style.css 1
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellmanware committed Feb 1, 2024
1 parent 5673df3 commit 26f3184
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@ p.caption {
color: #ee3;
margin-top: 10px;
}

p code {
white-space: inherit;
}

pre {
word-break: normal;
word-wrap: normal;
}

pre code {
white-space: inherit;
}
Expand All @@ -18,7 +21,7 @@ pre code {
border-left: 5px solid #2b8cc4; /* Dark blue border on the left */
padding: 10px 10px 10px 40px; /* Padding inside the box */
margin: 10px 0; /* Margin around the box */
font-family: 'Arial', sans-serif; /* Font family */
font-family: "Arial", sans-serif; /* Font family */
color: #333; /* Text color */
position: relative; /* For positioning the icon */
margin-right: 20px;
Expand All @@ -38,7 +41,7 @@ pre code {
border-left: 5px solid #c4b72b; /* Dark yellow border on the left */
padding: 10px 10px 10px 40px; /* Padding inside the box */
margin: 10px 0; /* Margin around the box */
font-family: 'Arial', sans-serif; /* Font family */
font-family: "Arial", sans-serif; /* Font family */
color: #333; /* Text color */
position: relative; /* For positioning the icon */
margin-right: 20px;
Expand All @@ -58,7 +61,7 @@ pre code {
border-left: 5px solid #c42b2b; /* Dark red border on the left */
padding: 10px 10px 10px 40px; /* Padding inside the box */
margin: 10px 0; /* Margin around the box */
font-family: 'Arial', sans-serif; /* Font family */
font-family: "Arial", sans-serif; /* Font family */
color: #333; /* Text color */
position: relative; /* For positioning the icon */
margin-right: 20px;
Expand All @@ -77,4 +80,4 @@ pre code {
display: block;
margin-left: auto;
margin-right: auto;
}
}

0 comments on commit 26f3184

Please sign in to comment.