2022-10-10 23:46:16 +00:00
|
|
|
* {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
.Page-Header{
|
|
|
|
display: flex;
|
2022-10-10 22:16:06 +00:00
|
|
|
justify-content: center;
|
2022-10-10 23:46:16 +00:00
|
|
|
padding: 30px 0;
|
2022-10-10 22:16:06 +00:00
|
|
|
background: #000000;
|
|
|
|
}
|
2022-10-10 23:46:16 +00:00
|
|
|
.main-banner{
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.Header-Logo{
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 1023px) {
|
|
|
|
.MainBannerDesktop{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (min-width: 1024px) {
|
|
|
|
.MainBannerMobile{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|