mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 21:24:05 +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;
|
font-size: 12px;
|
||||||
letter-spacing: 1;
|
letter-spacing: 1;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
width: 100%;
|
width: 462px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
@ -111,7 +111,7 @@ main {
|
||||||
|
|
||||||
.information {
|
.information {
|
||||||
min-height: 160px;
|
min-height: 160px;
|
||||||
width: 100%;
|
width: 462px;
|
||||||
border-top: 1px solid $divider;
|
border-top: 1px solid $divider;
|
||||||
padding: 14px;
|
padding: 14px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue