add css linter

This commit is contained in:
2026-07-20 22:47:37 +07:00
parent 301cfcd61b
commit c314e4f329
11 changed files with 1556 additions and 41 deletions
+2 -2
View File
@@ -116,10 +116,10 @@ const goToLogout = () => {
left: 0;
width: 100%;
height: 70px;
/* background-color: brown; */
padding: 20px;
display: flex;
justify-content: space-between;
align-items: center;
@@ -129,7 +129,7 @@ const goToLogout = () => {
display: inline-block;
margin-left: 10px;
cursor: pointer;
padding: 5px 5px;
padding: 5px;
font-size: 1.1em;
}