mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-22 05:34:04 +02:00
fix: set fixed width for main and information sections in index.scss
This commit is contained in:
parent
102ffe2fe3
commit
c97a5f069d
1 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@ main {
|
|||
font-size: 12px;
|
||||
letter-spacing: 1;
|
||||
border-radius: 10px;
|
||||
width: 100%;
|
||||
width: 462px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
|
@ -111,7 +111,7 @@ main {
|
|||
|
||||
.information {
|
||||
min-height: 160px;
|
||||
width: 100%;
|
||||
width: 462px;
|
||||
border-top: 1px solid $divider;
|
||||
padding: 14px;
|
||||
z-index: 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue