Skip to content

Commit

Permalink
Update default.html
Browse files Browse the repository at this point in the history
fixed the damn error 🤣
  • Loading branch information
PurveshPatelYu authored Aug 9, 2023
1 parent 88746d1 commit 46d4682
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions website/_layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,39 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>{{ page.title }}</title>
<style>
body {
font-family: Arial, sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 20px;
text-align: justify;
}

header {
text-align: center;
margin-bottom: 30px;
}
.poster-container {
text-align: center;
}

.poster-container img {
max-width: 100%;
height: auto;
}
h2 {
font-size: 28px;
margin-bottom: 20px;
}

p {
font-size: 16px;
line-height: 1.6;
}
</style>
</head>
{% include head.html %}
<body class="is-preload">
{% include header.html %} {{ content }} {% include footer.html %} {% include
Expand Down

0 comments on commit 46d4682

Please sign in to comment.