Initial commit
This commit is contained in:
26
src/Pages/DocumentationPage/DocumentationPage.css
Executable file
26
src/Pages/DocumentationPage/DocumentationPage.css
Executable file
@@ -0,0 +1,26 @@
|
||||
.DocumentationPage {
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
justify-content: space-between;
|
||||
padding-top: 25px;
|
||||
}
|
||||
|
||||
.contents {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.tableOfContents {
|
||||
position: sticky;
|
||||
top: 60px;
|
||||
width: 150px;
|
||||
height: min-content;
|
||||
}
|
||||
|
||||
.docTitle {
|
||||
padding-bottom: 50px;
|
||||
}
|
||||
|
||||
.hoverCard {
|
||||
position: fixed;
|
||||
bottom: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user