Skip to content

Commit 3fee4bc

Browse files
change margin & format
1 parent 04bc6f6 commit 3fee4bc

File tree

1 file changed

+53
-48
lines changed

1 file changed

+53
-48
lines changed
+53-48
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,77 @@
1-
@import url('https://strawmelonjuice.com/gfonts.php/https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300&display=swap');
1+
@import url("https://strawmelonjuice.com/gfonts.php/https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300&display=swap");
22
body {
3-
position: absolute;
4-
top: 0px;
5-
left: 0px;
6-
right: 0px;
7-
bottom: 0px;
8-
font-family: 'Fira Sans',sans-serif;
9-
overflow-y: clip;
3+
position: absolute;
4+
top: 0px;
5+
left: 0px;
6+
right: 0px;
7+
bottom: 0px;
8+
font-family: "Fira Sans", sans-serif;
9+
overflow-y: clip;
1010
}
1111
main {
12-
border-radius: 10px;
13-
background-color: rgb(175, 168, 182);
14-
height: 90VH;
15-
margin-left: 25VW;
16-
padding: 1px 16px;
17-
margin-right: auto;
18-
overflow-y: auto;
12+
border-radius: 10px;
13+
background-color: rgb(175, 168, 182);
14+
height: 90vh;
15+
margin-left: 25vw;
16+
padding: 1px 16px;
17+
margin-right: auto;
18+
overflow-y: auto;
1919
}
2020

2121
#link-menu {
22-
padding: 0;
23-
width: 20VW;
24-
border-radius: 35px;
25-
background-color: #cc6868;
26-
position: fixed;
27-
height: 85VH;
28-
overflow: auto;
22+
padding: 0;
23+
width: 20vw;
24+
border-radius: 35px;
25+
background-color: #cc6868;
26+
position: fixed;
27+
height: 85vh;
28+
overflow: auto;
2929
}
3030

3131
#link-menu a {
32-
display: block;
33-
color: black;
34-
padding: 16px;
35-
text-decoration: none;
32+
display: block;
33+
color: black;
34+
padding: 16px;
35+
text-decoration: none;
3636
}
3737

3838
#link-menu a.active {
39-
background-color: #04AA6D;
40-
color: white;
39+
background-color: #04aa6d;
40+
color: white;
4141
}
4242

4343
#link-menu a:hover:not(.active) {
44-
background-color: #555;
45-
color: white;
44+
background-color: #555;
45+
color: white;
4646
}
4747

4848
@media screen and (max-width: 700px) {
49-
#link-menu {
50-
width: 100%;
51-
height: auto;
52-
position: relative;
53-
}
54-
#link-menu a {float: left;}
55-
main {margin-left: 0;}
49+
#link-menu {
50+
width: 100%;
51+
height: auto;
52+
position: relative;
53+
}
54+
#link-menu a {
55+
float: left;
56+
}
57+
main {
58+
margin-left: 0;
59+
}
5660
}
5761

5862
@media screen and (max-width: 400px) {
59-
#link-menu a {
60-
text-align: center;
61-
float: none;
62-
}
63+
#link-menu a {
64+
text-align: center;
65+
float: none;
66+
}
6367
}
6468

6569
blockquote {
66-
background-color: rgba(220, 238, 255, 0.559);
67-
border-top: 10px none #555555;
68-
border-right: 2px ridge #555555;
69-
border-bottom: 2px dashed #ffff8f;
70-
border-left: 5px groove #555555;
71-
padding: 2px;
72-
}
70+
background-color: rgba(220, 238, 255, 0.559);
71+
border-top: 10px none #555555;
72+
border-right: 2px ridge #555555;
73+
border-bottom: 2px dashed #ffff8f;
74+
border-left: 5px groove #555555;
75+
padding: 2px;
76+
margin-left: 1.5em;
77+
}

0 commit comments

Comments
 (0)