css/main.scss: run pre-commit

I guess I did that change from web and thus skipped pre-commit. The CI did complain though.
This commit is contained in:
Aminda Suomalainen 2024-05-22 08:16:34 +03:00
parent bb407ebf20
commit f8c6a3fea9
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 6 additions and 6 deletions

12
css/main.scss vendored
View File

@ -56,7 +56,7 @@ $on-laptop: 800px;
margin-right: auto; margin-right: auto;
width: 6em; width: 6em;
border: 1px solid; border: 1px solid;
//black; //black;
} }
// This is the short bio in the index and all my profiles // This is the short bio in the index and all my profiles
@ -78,10 +78,10 @@ $on-laptop: 800px;
white-space: pre-wrap; white-space: pre-wrap;
font-size: 15px; font-size: 15px;
border: 1px solid; border: 1px solid;
// $grey-color-light; // $grey-color-light;
border-radius: 3px; border-radius: 3px;
background-color: revert; background-color: revert;
//#eef; //#eef;
} }
// Tables belong to CSS, make the HTML5 validator happy // Tables belong to CSS, make the HTML5 validator happy
@ -89,15 +89,15 @@ table,
td, td,
th { th {
border: 1px solid; border: 1px solid;
//black; //black;
} }
// Trying to make images look a little better // Trying to make images look a little better
img { img {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
border: 1px solid; border: 1px solid;
//black; //black;
} }
// Also in index, hidden text // Also in index, hidden text