mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
style: fixes formatting issues in main.css (#1532)
This commit is contained in:
parent
9514593d5f
commit
0c8bf0fc5e
1 changed files with 4 additions and 3 deletions
|
@ -1743,7 +1743,9 @@ input::placeholder {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.line1, .line2, .line3 {
|
||||
.line1,
|
||||
.line2,
|
||||
.line3 {
|
||||
width: 100%;
|
||||
height: 3px;
|
||||
background-color: #393939;
|
||||
|
@ -2378,7 +2380,6 @@ input::placeholder {
|
|||
}
|
||||
/* End of Footer */
|
||||
|
||||
|
||||
.tabs {
|
||||
border-top: 1px solid #cfcfcf;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue