This commit is contained in:
rodert
2024-05-29 14:33:20 +00:00
parent 73f27c4973
commit 1e5e9ed714
+2 -2
View File
@@ -9,13 +9,13 @@ display: flex;
}
.sidebar {
width: 250px;
background-color: #f2f2f2;
background-color: lightblue;
padding: 20px;
}
.main-content {
flex-grow: 1;
padding: 20px;
background-color: #fff;
background-color: lightskyblue;
}
</style>
</head>