mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Merge, and reinstall in manual
This commit is contained in:
commit
a13fee6f84
15 changed files with 474 additions and 182 deletions
|
@ -25,6 +25,9 @@ a {
|
|||
}
|
||||
|
||||
.sidebar {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 200px;
|
||||
|
@ -52,6 +55,11 @@ a {
|
|||
color: white;
|
||||
}
|
||||
|
||||
.userInfo {
|
||||
margin-bottom: 15px;
|
||||
margin-top: auto;
|
||||
}
|
||||
|
||||
.content {
|
||||
margin-left: 200px;
|
||||
padding: 1px 16px;
|
||||
|
@ -130,6 +138,17 @@ a {
|
|||
width: 100%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.rtfmImage {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.manualUsage {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
.questionContainer {
|
||||
|
@ -198,3 +217,12 @@ a {
|
|||
.donate {
|
||||
background-color: #222a26;
|
||||
}
|
||||
|
||||
.rtfmImage {
|
||||
justify-content: center;
|
||||
margin: 0px 10px;
|
||||
}
|
||||
|
||||
.manualUsage {
|
||||
display: flex;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue