mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 16:29:47 +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
|
@ -725,7 +725,7 @@ blockquote {
|
|||
position: fixed;
|
||||
width: 100%;
|
||||
z-index: 9999;
|
||||
transform: translate3d(0,0,0);
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1024px) {
|
||||
|
@ -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