26 lines
451 B
CSS
26 lines
451 B
CSS
.redir-social {
|
|
display: flex;
|
|
flex: 1 0 auto;
|
|
padding: 10px;
|
|
width: 100%;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.redir-social-content {
|
|
max-width: 500px;
|
|
width: 100%;
|
|
background: #191919;
|
|
box-shadow: 0 1px 2px #0009;
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: 1em;
|
|
}
|
|
|
|
.redir-social-body {
|
|
text-align: center;
|
|
}
|
|
.redir-social-body p {
|
|
margin: .5em;
|
|
line-height: 1.4em;
|
|
}
|