mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2024-11-20 13:59:55 +01:00
Merge branch 'link-wraparound-styling' into 'develop'
(practicing the new branch thing) url styling See merge request !18
This commit is contained in:
commit
6f98543b79
2 changed files with 2 additions and 0 deletions
|
@ -107,6 +107,7 @@ main-router {
|
||||||
padding: 0.6em 0 0.5em;
|
padding: 0.6em 0 0.5em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 1.3em;
|
font-size: 1.3em;
|
||||||
|
line-height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-footer {
|
.panel-footer {
|
||||||
|
|
|
@ -107,6 +107,7 @@
|
||||||
|
|
||||||
a {
|
a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-content {
|
.status-content {
|
||||||
|
|
Loading…
Reference in a new issue