Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 3bbdb5bd authored by peter_rabbit's avatar peter_rabbit
Browse files

remove homepage padding bottom

parent a3f7f527
No related branches found
No related tags found
No related merge requests found
/* Error: Undefined variable.
* ,
* 9 | background-color: $light_0;
* 8 | background-color: $light_0;
* | ^^^^^^^^
* '
* src/homepage.scss 9:27 root stylesheet */
* src/homepage.scss 8:27 root stylesheet */
body::before {
font-family: "Source Code Pro", "SF Mono", Monaco, Inconsolata, "Fira Mono",
......@@ -13,5 +13,5 @@ body::before {
padding: 1em;
margin-bottom: 1em;
border-bottom: 2px solid black;
content: "Error: Undefined variable.\a \2577 \a 9 \2502 background-color: $light_0;\a \2502 ^^^^^^^^\a \2575 \a src/homepage.scss 9:27 root stylesheet";
content: "Error: Undefined variable.\a \2577 \a 8 \2502 background-color: $light_0;\a \2502 ^^^^^^^^\a \2575 \a src/homepage.scss 8:27 root stylesheet";
}
......@@ -362,7 +362,6 @@ main #page-container #home-page {
display: flex;
flex-direction: column;
gap: 20px;
margin-bottom: 60px;
}
main #page-container #home-page .section-title {
padding: 10px;
......
......@@ -2,7 +2,6 @@
display: flex;
flex-direction: column;
gap: 20px;
margin-bottom: 60px;
.section-title {
padding: 10px;
margin: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment