Skip to content

Commit

Permalink
added css rules for scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelgathara committed Jun 24, 2024
1 parent 21cb79e commit e953f25
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion public/blog/src/components/blog.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@ html {
/* text-decoration: #7A7D7D dotted underline; */
text-decoration: none;
color: var(--title);
font-size: 30px;
font-size: 1.7em;
margin-top: 5%;
margin-left: 2%;
margin-right: 2%;
}

.blogTitle:hover {
Expand Down
8 changes: 4 additions & 4 deletions public/blog/src/components/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
--font-mono: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
"Courier New", monospace;
--font-lg: 18px;
--font-md: 16px;
--font-sm: 14px;
--font-sx: 12px;
--font-lg: 16px;
--font-md: 14px;
--font-sm: 12px;
--font-sx: 10px;
--line-height-loose: 1.75;
--line-height-normal: 1.5;
--line-height-dense: 1.1;
Expand Down

0 comments on commit e953f25

Please sign in to comment.