Spaces:
Build error
Build error
Update static/style.css
Browse files- static/style.css +14 -4
static/style.css
CHANGED
|
@@ -92,7 +92,7 @@ nav h2 {
|
|
| 92 |
}
|
| 93 |
|
| 94 |
/* Sidebar Buttons */
|
| 95 |
-
nav button {
|
| 96 |
width: 100%;
|
| 97 |
padding: 12px;
|
| 98 |
font-size: 16px;
|
|
@@ -104,12 +104,23 @@ nav button {
|
|
| 104 |
margin-bottom: 10px;
|
| 105 |
border-radius: 6px;
|
| 106 |
font-weight: bold;
|
|
|
|
|
|
|
| 107 |
}
|
| 108 |
|
| 109 |
-
nav button:hover {
|
| 110 |
background-color: #475569;
|
| 111 |
}
|
| 112 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 113 |
/* Main Content */
|
| 114 |
.container {
|
| 115 |
flex: 1;
|
|
@@ -203,5 +214,4 @@ nav button:hover {
|
|
| 203 |
border-radius: 8px;
|
| 204 |
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
|
| 205 |
margin-top: 10px;
|
| 206 |
-
}
|
| 207 |
-
|
|
|
|
| 92 |
}
|
| 93 |
|
| 94 |
/* Sidebar Buttons */
|
| 95 |
+
nav button, nav a {
|
| 96 |
width: 100%;
|
| 97 |
padding: 12px;
|
| 98 |
font-size: 16px;
|
|
|
|
| 104 |
margin-bottom: 10px;
|
| 105 |
border-radius: 6px;
|
| 106 |
font-weight: bold;
|
| 107 |
+
text-align: center;
|
| 108 |
+
text-decoration: none;
|
| 109 |
}
|
| 110 |
|
| 111 |
+
nav button:hover, nav a:hover {
|
| 112 |
background-color: #475569;
|
| 113 |
}
|
| 114 |
|
| 115 |
+
nav .linkedin-link {
|
| 116 |
+
margin-top: auto;
|
| 117 |
+
background-color: #0077B5;
|
| 118 |
+
}
|
| 119 |
+
|
| 120 |
+
nav .linkedin-link:hover {
|
| 121 |
+
background-color: #005582;
|
| 122 |
+
}
|
| 123 |
+
|
| 124 |
/* Main Content */
|
| 125 |
.container {
|
| 126 |
flex: 1;
|
|
|
|
| 214 |
border-radius: 8px;
|
| 215 |
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
|
| 216 |
margin-top: 10px;
|
| 217 |
+
}
|
|
|