6 lines
95 B
CSS
6 lines
95 B
CSS
|
.CreateLinkView h2 {
|
||
|
padding: 0 40px;
|
||
|
word-break: break-all;
|
||
|
text-align: center;
|
||
|
}
|