1

Publish new blog post

This commit is contained in:
Evan Pratten 2020-08-03 12:15:37 -04:00
parent 878c085b9c
commit 41f147fa52
No known key found for this signature in database
GPG Key ID: 93AC7B3D071356D3
3 changed files with 6 additions and 1 deletions

View File

@ -12,7 +12,7 @@
-moz-backdrop-filter: blur(10px); -moz-backdrop-filter: blur(10px);
backdrop-filter: blur(10px); */ backdrop-filter: blur(10px); */
/* box-shadow: 0px 10px 3px var(--color-purple); */ /* box-shadow: 0px 10px 3px var(--color-purple); */
width: 101%; /* width: 101%; */
overflow: hidden; overflow: hidden;
} }

View File

@ -1,6 +1,11 @@
--- ---
--- ---
body{
padding:0;
margin:0;
}
.color-space{ .color-space{
height:25vh; height:25vh;