changed body bg and lowered container border rad from 1rem to .5rem
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
.container {
|
||||
background-color: #28272a;
|
||||
padding: 2rem;
|
||||
border-radius: 1rem;
|
||||
border-radius: .5rem;
|
||||
border: 0.5px solid rgb(73, 73, 73);
|
||||
box-shadow: 0 0 10px -5px rgba(184, 184, 184, .2);
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@ body {
|
||||
background-image: linear-gradient(
|
||||
43deg,
|
||||
#000000 29%,
|
||||
#454545 89%,
|
||||
#2d2d2d 100%
|
||||
#454545 75%,
|
||||
#000 100%
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user