change center div to fit-content
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
45e3fb9509
commit
cd028002a0
@ -31,7 +31,7 @@ p {
|
||||
.center-div {
|
||||
min-width: 480px;
|
||||
max-width: 50%;
|
||||
width: min-content;
|
||||
width: fit-content;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user