We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0b0e4b commit f9274c7Copy full SHA for f9274c7
src/styles/Tutorial.module.css
@@ -11,11 +11,10 @@ img {
11
color: #2b2b2b;
12
background-color: white;
13
border-radius: 1%;
14
- position: fixed;
15
left: 10%;
16
top: 10%;
17
- width: 80%;
18
- height: 80%;
+ min-height: 80vh;
+ min-width: 80vw;
19
max-height: calc(100vh - 100px);
20
overflow-y: auto;
21
}
@@ -36,7 +35,6 @@ img {
36
35
37
.body {
38
display: grid;
39
- grid-template-columns: 230px 1fr;
40
width: 100%;
41
height: 100%;
42
gap: 3%;
@@ -45,8 +43,9 @@ img {
45
43
.drawer {
46
44
grid-column: 1 / 2;
47
display: flex;
+ width: 10rem;
48
flex-direction: column;
49
- border-right: 2px solid #ccc;
+ border-right: 0.1rem solid #ccc;
50
padding-left: 5%;
51
padding-right: 5%;
52
0 commit comments