Skip to content

Commit

Permalink
update more css
Browse files Browse the repository at this point in the history
  • Loading branch information
sukunrt committed Jun 18, 2024
1 parent af4e8a6 commit 4483735
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="style/main.css?v=1"></link>
<link rel="stylesheet" type="text/css" href="style/main.css?v=2"></link>
</head>
<body>
<header>
Expand Down
7 changes: 5 additions & 2 deletions style/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,18 @@ html {
font-size: 20px;
a {
color: 000;
padding-left: 10px;
}
}
.post-date {
font-size: 15px;
padding: 10px;
}
footer {
font-size: 15px;
padding: 20px;
padding-top: 20px;
a {
color: 000;
}
}

header {
Expand Down

0 comments on commit 4483735

Please sign in to comment.