css warning fix

Signed-off-by: PRavaga <trueravaga@gmail.com>
This commit is contained in:
PRavaga 2023-09-06 22:20:43 +04:00
parent 56b6949cbf
commit d5fe05bf6e
No known key found for this signature in database
GPG key ID: 2A5FC2B63150943E
2 changed files with 4 additions and 3 deletions

View file

@ -45,7 +45,7 @@
.container > div {
display: flex;
flex-direction: column;
align-items: start;
align-items: flex-start;
}
.container > div > :not(:first-child) {
@ -58,7 +58,7 @@
.container > div {
display: flex;
flex-direction: column;
align-items: start;
align-items: flex-start;
}
.container > div > a {

View file

@ -3,7 +3,8 @@ import { useColorMode } from "@docusaurus/theme-common";
import styles from "./Projects.module.css";
function Projects({ projects }) {
const { colorMode } = useColorMode();
// const { colorMode } = useColorMode();
const colorMode = "light";
return (
<div>
<div className={styles.projects}>