10 lines
126 B
CSS
10 lines
126 B
CSS
.logoWrap {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin: 20px 0;
|
|
}
|
|
|
|
.logo {
|
|
width: 250px;
|
|
}
|