Add padding around content
This commit is contained in:
parent
6fffc0e5e7
commit
3aaa2fefe0
@ -51,10 +51,8 @@ body{
|
|||||||
|
|
||||||
.content{
|
.content{
|
||||||
border-radius: 12px 0px 12px 0px;
|
border-radius: 12px 0px 12px 0px;
|
||||||
margin-top:12px;
|
margin: 12px 4px 8px 4px;
|
||||||
margin-bottom:8px;
|
padding: 4px;
|
||||||
margin-right:4px;
|
|
||||||
margin-left:4px;
|
|
||||||
background-color: rgba(255, 255, 255, .075);
|
background-color: rgba(255, 255, 255, .075);
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user