Skip to content

Commit

Permalink
Responsive Tablete
Browse files Browse the repository at this point in the history
  • Loading branch information
khalid saaf committed Jul 24, 2020
1 parent 3fa2465 commit f2e5973
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 2 deletions.
34 changes: 34 additions & 0 deletions css/Team.css

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

2 changes: 1 addition & 1 deletion css/Team.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"toCSS": "node-sass --output-style expanded --source-map=true scss -o css",
"concat": "concat --output=css/style.css css/accueil.css css/propos.css css/activites.css css/galerie.css css/blog.css css/contact.css",
"concat": "concat --output=css/style.css css/accueil.css css/propos.css css/activites.css css/galerie.css css/blog.css css/Team.css css/contact.css",
"toPrefixed": "postcss css/style.css --use=autoprefixer --map=false --output=css/style.css",
"toMinified": "cleancss --level=1 --source-map --source-map-inline-sources --output css/style.min.css css/style.css",
"watch": "npm run toCSS -- --watch",
Expand Down
48 changes: 48 additions & 0 deletions scss/Team.scss
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,55 @@ hr {
@media screen and (max-width:875px) {
body {
width: 100%;
.sectionTeam {
width: 100%;
h1 {
text-align: center;
}
}
.sectionTeam2 {
height: 1300px;
display: flex;
flex-direction: column;
.block1-team2 {
padding-top: -20px

}



}



}
}



@media screen and (max-width:px) {
body {
width: 100%;
.sectionTeam {
width: 100%;
h1 {
text-align: center;
}
}
.sectionTeam2 {
height: 1300px;
display: flex;
flex-direction: column;
.block1-team2 {
padding-top: -20px

}



}



}
}

0 comments on commit f2e5973

Please sign in to comment.