huh?
parent
9a050cfe14
commit
d76c75476a
|
@ -1434,8 +1434,13 @@ pre code{
|
|||
|
||||
.aligncenter {
|
||||
position: center;
|
||||
display: flex;
|
||||
flex-wrap: wrap; /* optional. only if you want the items to wrap */
|
||||
justify-content: center; /* for horizontal alignment */
|
||||
align-items: center; /* for vertical alignment */
|
||||
}
|
||||
|
||||
|
||||
.legal:hover {
|
||||
color: #FFFFFF;
|
||||
font-size: 24px;
|
||||
|
|
Loading…
Reference in New Issue