mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 00:25:59 +00:00
Fix layout issue in preview container by adjusting flex display properties
This commit is contained in:
@@ -315,8 +315,8 @@
|
||||
}
|
||||
|
||||
.preview-container {
|
||||
/* flex: 3;
|
||||
display: flex;
|
||||
flex: 3;
|
||||
/* display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 2rem;
|
||||
|
||||
Reference in New Issue
Block a user