This commit is contained in:
rodert
2024-05-29 16:57:42 +00:00
parent 1899dfaef4
commit f4dbb0a7a6
+2 -2
View File
@@ -10,13 +10,13 @@ display: flex;
}
.sidebar {
width: 250px;
background-color: lightskyblue;
background-color: lightsteelblue;
padding: 20px;
}
.main-content {
flex-grow: 1;
padding: 20px;
background-color: lightblue;
background-color: lightskyblue;
}
</style>
</head>