2022-07-12 22:04:20 +00:00
|
|
|
.preview-wrapper {
|
|
|
|
position: relative;
|
|
|
|
display: block;
|
|
|
|
margin: auto;
|
|
|
|
max-width: 1024px;
|
|
|
|
max-height: 512px;
|
|
|
|
padding-bottom: 64px;
|
|
|
|
|
|
|
|
footer {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
z-index: 100;
|
|
|
|
min-height: 64px;
|
|
|
|
padding: 0rem 2rem;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
background: #11131f;
|
|
|
|
text-align: start;
|
2022-07-26 21:50:38 +00:00
|
|
|
font-size: 1.2em;
|
2022-07-12 22:04:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.footer-brand {
|
|
|
|
width: 60%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.network {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: flex-start;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
}
|