mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Fixed padding problem in standalone shell
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
overflow: auto;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
p {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
@@ -66,6 +66,7 @@
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
justify-content: center;
|
||||
padding: 1rem;
|
||||
}
|
||||
.box {
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user