Skip to content

Commit f9274c7

Browse files
committed
fix tutorial
1 parent e0b0e4b commit f9274c7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/styles/Tutorial.module.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ img {
1111
color: #2b2b2b;
1212
background-color: white;
1313
border-radius: 1%;
14-
position: fixed;
1514
left: 10%;
1615
top: 10%;
17-
width: 80%;
18-
height: 80%;
16+
min-height: 80vh;
17+
min-width: 80vw;
1918
max-height: calc(100vh - 100px);
2019
overflow-y: auto;
2120
}
@@ -36,7 +35,6 @@ img {
3635

3736
.body {
3837
display: grid;
39-
grid-template-columns: 230px 1fr;
4038
width: 100%;
4139
height: 100%;
4240
gap: 3%;
@@ -45,8 +43,9 @@ img {
4543
.drawer {
4644
grid-column: 1 / 2;
4745
display: flex;
46+
width: 10rem;
4847
flex-direction: column;
49-
border-right: 2px solid #ccc;
48+
border-right: 0.1rem solid #ccc;
5049
padding-left: 5%;
5150
padding-right: 5%;
5251
height: 100%;

0 commit comments

Comments
 (0)