added style for Cookies
This commit is contained in:
parent
3dfaecca41
commit
6baec85d3e
@ -32,7 +32,8 @@ body::-webkit-scrollbar-thumb {
|
||||
}
|
||||
|
||||
.blurry {
|
||||
backdrop-filter: blur(7px) !important;
|
||||
border-top-right-radius: 42px;
|
||||
backdrop-filter: blur(7px) !important;
|
||||
}
|
||||
|
||||
.sidenav-overlay {
|
||||
@ -66,3 +67,11 @@ pre code {
|
||||
.background img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.center_all_things {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-right: -50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user