Fix: width of 620 is still too big, 618 is better
This commit is contained in:
parent
44ca120ad0
commit
3a1f76d9da
|
@ -2,7 +2,7 @@
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border: 1px;
|
border: 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
max-width: 620px;
|
max-width: 618px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title-box {
|
.title-box {
|
||||||
|
|
Loading…
Reference in New Issue