Skip to content

Commit

Permalink
Added social media icons, chaoss logo and text extension
Browse files Browse the repository at this point in the history
Signed-off-by: Audrey Mengue <[email protected]>
  • Loading branch information
audreymengue authored and kaxada committed Dec 7, 2022
1 parent e50d32f commit 57c908c
Show file tree
Hide file tree
Showing 4 changed files with 5,763 additions and 288 deletions.
46 changes: 44 additions & 2 deletions assets/styles/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ $background-color: #f5f5f5;
$primary-container-color: #afffec;
$secondary-container-color: #ffe7ef;

// @font-face {
// font-family: ;
// src: url();
// }

* {
padding: 0;
margin: 0;
Expand All @@ -18,12 +23,31 @@ body {
}

footer {
background-color: $background-color;
background-color: #251B37;
position: absolute;
bottom: 0;
color: #fff;
padding: 50px 0 30px;
font-size: 13px;
line-height: 20px;
line-height: 25px;
p {
margin: 12px 0;
}
h2{
margin-bottom: 10px;
}

}

.readMoreClassName {
display: block;
font-weight: bold;
width: fit-content;
}

.logo{
width: 80px;
margin-bottom: 20px;
}

.minidiv {
Expand All @@ -36,6 +60,24 @@ footer {
.innerdiv {
flex-basis: 20%;
margin: 20px 0;
text-align: justify;
// p {
// // width: fit-content;
// text-align: justify;
// }

.social-media-black {
color: blue;
background-color: transparent;
font-size: 2rem;
padding-right: 7px;

}
}

a{
text-decoration: none;
color: #fff;
}

.links {
Expand Down
Loading

0 comments on commit 57c908c

Please sign in to comment.