Update styles.css
This commit is contained in:
parent
f1e47e91e0
commit
61a9b54e00
1 changed files with 8 additions and 5 deletions
13
styles.css
13
styles.css
|
|
@ -117,14 +117,15 @@ body {
|
|||
padding: 20px;
|
||||
border-radius: 0 10px 10px 0;
|
||||
width: 20%;
|
||||
max-height: calc(100vh - 40px);
|
||||
height: 275px;
|
||||
overflow-y: auto;
|
||||
position: sticky;
|
||||
position: static;
|
||||
top: 0;
|
||||
box-sizing: border-box;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
|
||||
.contents ul {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
|
|
@ -144,7 +145,7 @@ body {
|
|||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 20px;
|
||||
gap: 10px;
|
||||
padding: 0 20px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
|
@ -157,9 +158,11 @@ body {
|
|||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
color: #333;
|
||||
min-height: 15cm;
|
||||
min-height: auto;
|
||||
max-height: none;
|
||||
}
|
||||
|
||||
|
||||
.step-box h3 {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
|
@ -170,7 +173,7 @@ body {
|
|||
|
||||
.guide-title {
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
top: -5px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
font-size: 3em;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue