Layout Changes and Cosmetics

* Font Changes
* Header Logo Image removed
This commit is contained in:
Indrajith K L
2024-10-21 01:36:47 +05:30
parent be3490d126
commit 19ddc5cef1
2 changed files with 7 additions and 13 deletions

View File

@@ -15,15 +15,14 @@ body {
}
body {
/* font-family: Verdana; */
font-family: "Lato", sans-serif;
font-family: "Space Mono", monospace;
font-weight: 400;
font-style: normal;
font-size: 15px;
max-width: 900px;
margin: auto;
background: #ffffd6;
background-image: var(--body-bg-image);
background: #e6e9ea;
/* background-image: var(--body-bg-image); */
}
p {
@@ -79,13 +78,8 @@ footer ul>li>p {
margin-block-start: unset;
}
.logo-container {
padding-top: 10px;
}
.logo {
text-decoration: none;
font-size: 220%;
color: #000000;
}