Skip to content

Commit

Permalink
Continuation sur la page A propos
Browse files Browse the repository at this point in the history
  • Loading branch information
MareveD committed Jul 12, 2024
1 parent 7e8fc19 commit 5214229
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 1 deletion.
31 changes: 31 additions & 0 deletions assets/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/style.css.map

Large diffs are not rendered by default.

37 changes: 37 additions & 0 deletions assets/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1918,6 +1918,24 @@ footer {
}
}

/* entete generale*/
.header-gen .shapes {
display: none;
}

.header-gen .header-content {
justify-content: flex-start;
clip-path: none;
padding: 120px 40px;
}

.header-gen .header-content .content {
width: 100%;
}
.header-gen .header-content .content .arrow {
display: none;
}

/* page A propos */
.section-texte {
flex-direction: column !important;
Expand Down Expand Up @@ -1952,6 +1970,12 @@ footer {

.apropos-intro .intro-content {
width: 100%;
padding-top: 0px;
}

.apropos-intro .intro-content .je-suis {
flex-direction: column;
align-items: flex-start;
}
}

Expand Down Expand Up @@ -2005,6 +2029,11 @@ footer {
}
}
}

/* Page A propos */
.soft-skills .skill {
flex: 0 0 49%;
}
}

@media screen and (max-width: 600px) {
Expand Down Expand Up @@ -2112,4 +2141,12 @@ footer {
}
}
}

/* Page A Propos */
.soft-skills .skill {
flex: 0 0 100%;
max-width: 350px;
margin: auto;
font-size: 18px;
}
}

0 comments on commit 5214229

Please sign in to comment.