Spaces:
Build error
Build error
| /* css styles */ | |
| .reveal { | |
| display: flex; | |
| } | |
| .reveal .slides { | |
| flex: 1; /* Ensure slides take the remaining space */ | |
| } | |
| .sidebar { | |
| width: 200px; | |
| background: #f4f4f4; | |
| padding: 15px; | |
| position: fixed; | |
| height: 100%; | |
| overflow-y: auto; | |
| } | |
| .sidebar h2 { | |
| font-size: 18px; | |
| } | |
| .sidebar ul { | |
| list-style: none; | |
| padding: 0; | |
| } | |
| .sidebar li { | |
| margin: 10px 0; | |
| } | |
| .sidebar a { | |
| text-decoration: none; | |
| color: #333; | |
| } | |
| .sidebar a:hover { | |
| text-decoration: underline; | |
| } | |