diff --git a/CS/ProblemSolvingProcess/index.html b/CS/ProblemSolvingProcess/index.html
index 39725de..6da707b 100644
--- a/CS/ProblemSolvingProcess/index.html
+++ b/CS/ProblemSolvingProcess/index.html
@@ -58,7 +58,7 @@
-
+
Problem Solving Process
diff --git a/index.html b/index.html
index 9634ff5..06beae7 100644
--- a/index.html
+++ b/index.html
@@ -14,15 +14,18 @@
color: #e0ceed;
}
.container {
- width: 80%;
- margin: 20px auto;
+ width: 210mm;
+ margin: 0 auto;
+ padding: 20mm;
}
.sitemap {
background-color: #151217;
color: #e0ceed;
- padding: 20px;
- border-radius: 10px;
+ height: 100%;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
+ border-radius: 10px;
+ padding: 20px;
+ box-sizing: border-box;
}
h1 {
text-align: center;
@@ -32,15 +35,17 @@
font-weight: bold;
}
.section {
- margin-bottom: 10px;
+ margin-bottom: 20px;
}
- .section > .title {
+ .title {
background-color: #211d26;
padding: 10px;
border-radius: 8px;
border: 1px solid #3b3442;
cursor: pointer;
margin-top: 10px;
+ color: #e0ceed;
+ font-size: 16px;
}
.section-content {
display: none;
@@ -50,12 +55,6 @@
border-radius: 8px;
margin-top: 5px;
}
- .section-content .title {
- margin-top: 5px;
- }
- .section-content .title + .section-content {
- padding-left: 20px;
- }
.section-content a {
display: block;
text-decoration: none;
@@ -65,6 +64,7 @@
border-radius: 8px;
border: 1px solid #3b3442;
margin-top: 5px;
+ font-size: 14px;
}
.section-content a:hover {
background-color: #2c282f;
@@ -82,7 +82,7 @@
CS