FIX: css shape fix
This commit is contained in:
@@ -51,7 +51,9 @@ body {
|
||||
flex-wrap: wrap;
|
||||
gap: 10px;
|
||||
padding: 12px;
|
||||
min-height: 152px;
|
||||
justify-content: space-between;
|
||||
align-content: space-between;
|
||||
}
|
||||
|
||||
.shape {
|
||||
@@ -87,7 +89,7 @@ body {
|
||||
#shape-diamond {
|
||||
height: 48px;
|
||||
width: 48px;
|
||||
transform: rotate(45deg) translateX(15px);
|
||||
transform: rotate(45deg) translate(3px, -16px);
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
@@ -171,7 +173,7 @@ body {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: 12px;
|
||||
padding: 0;
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
.zoom-wrapper button {
|
||||
|
||||
Reference in New Issue
Block a user