make babycode guide use generic class names

This commit is contained in:
2025-12-04 06:24:24 +03:00
parent c70f13d069
commit 88f80c38cc
6 changed files with 51 additions and 51 deletions

View File

@@ -984,14 +984,14 @@ textarea {
margin-right: 25%;
}
.babycode-guide-section {
.guide-section {
background-color: #231c23;
padding: 5px 20px;
border: 1px solid black;
padding-right: 25%;
}
.babycode-guide-container {
.guide-container {
display: grid;
grid-template-columns: 1.5fr 300px;
grid-template-rows: 1fr;