fix separator width
This commit is contained in:
parent
658bf29a41
commit
179648cdf3
1 changed files with 2 additions and 2 deletions
|
@ -118,7 +118,7 @@ html *
|
|||
}
|
||||
|
||||
.separator {
|
||||
width: 15cm;
|
||||
max-width: 15cm;
|
||||
height: 1px;
|
||||
background-color: rgba(237, 237, 237, 1);
|
||||
}
|
||||
|
@ -281,7 +281,7 @@ html *
|
|||
}
|
||||
|
||||
.separator {
|
||||
width: 15cm;
|
||||
max-width: 15cm;
|
||||
height: 1px;
|
||||
background-color: #232323;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue