mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-29 16:09:24 +01:00
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:
parent
bb407ebf20
commit
f8c6a3fea9
10
css/main.scss
vendored
10
css/main.scss
vendored
@ -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,7 +89,7 @@ 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
|
||||||
@ -97,7 +97,7 @@ 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
|
||||||
|
Loading…
Reference in New Issue
Block a user