huh?
parent
9a050cfe14
commit
d76c75476a
|
@ -1434,8 +1434,13 @@ pre code{
|
||||||
|
|
||||||
.aligncenter {
|
.aligncenter {
|
||||||
position: center;
|
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 {
|
.legal:hover {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
|
|
Loading…
Reference in New Issue