14 lines
213 B
CSS
14 lines
213 B
CSS
.CreateLinkView h2 {
|
|
padding: 0 40px;
|
|
word-break: break-all;
|
|
text-align: center;
|
|
}
|
|
|
|
.CreateLinkView form {
|
|
margin-top: 36px;
|
|
}
|
|
|
|
.CreateLinkView form > *:not(:first-child) {
|
|
margin-top: 24px;
|
|
}
|