Skip to content

Commit 49dcf1b

Browse files
committed
Smaller css tweaks
1 parent b1c0db4 commit 49dcf1b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

LinkDotNet.Blog.Web/wwwroot/css/basic.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,19 @@ html {
4747
height: 100%;
4848
}
4949

50+
html:focus-within {
51+
scroll-behavior: smooth;
52+
}
53+
5054
body {
5155
margin: 0;
5256
background-image: linear-gradient(to bottom, var(--background-gradient-start) 40%, var(--background-gradient-end));
5357
background-repeat: no-repeat;
5458
background-attachment: fixed;
5559
font-family: 'Quicksand', sans-serif;
60+
min-height: 100vh;
61+
text-rendering: optimizeSpeed;
62+
line-height: 1.5;
5663
}
5764

5865
a {

LinkDotNet.Blog.Web/wwwroot/css/bundle.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)