css ajust
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,6 +1,18 @@
|
|||||||
@media screen and (max-width: 980px) {
|
@media screen and (max-width: 960px) {
|
||||||
|
header{
|
||||||
|
.logo{
|
||||||
|
& > div{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
#start{
|
#start{
|
||||||
.section{
|
.section{
|
||||||
|
.section-content{
|
||||||
|
.content{
|
||||||
|
width: 90%;
|
||||||
|
}
|
||||||
|
}
|
||||||
&:not(:nth-last-child(1)){
|
&:not(:nth-last-child(1)){
|
||||||
margin-bottom: 100px;
|
margin-bottom: 100px;
|
||||||
}
|
}
|
||||||
@@ -27,9 +39,14 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
footer{
|
||||||
|
section{
|
||||||
|
width: 90%;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 900px) {
|
@media screen and (max-width: 700px) {
|
||||||
Header{
|
Header{
|
||||||
.title{
|
.title{
|
||||||
height: 110px;
|
height: 110px;
|
||||||
@@ -45,6 +62,9 @@
|
|||||||
}
|
}
|
||||||
.logo{
|
.logo{
|
||||||
flex-direction: column-reverse;
|
flex-direction: column-reverse;
|
||||||
|
& > div{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
.why_lsdo {
|
.why_lsdo {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@@ -62,6 +82,15 @@
|
|||||||
}
|
}
|
||||||
#start{
|
#start{
|
||||||
.section{
|
.section{
|
||||||
|
.sous-section{
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
.blocks{
|
||||||
|
width: 90%;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
&:not(#home){
|
&:not(#home){
|
||||||
& > .sous-section{
|
& > .sous-section{
|
||||||
.no-gal{
|
.no-gal{
|
||||||
@@ -77,6 +106,25 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#contact{
|
||||||
|
.blocks{
|
||||||
|
&:nth-of-type(1){
|
||||||
|
align-items: center;
|
||||||
|
p{
|
||||||
|
text-align: center!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
&:nth-of-type(2){
|
||||||
|
align-items: center;
|
||||||
|
.content{
|
||||||
|
p{
|
||||||
|
text-align: center!important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
footer{
|
footer{
|
||||||
section{
|
section{
|
||||||
@@ -102,6 +150,22 @@
|
|||||||
|
|
||||||
|
|
||||||
#start{
|
#start{
|
||||||
|
margin: 0;
|
||||||
|
.section{
|
||||||
|
.sous-section{
|
||||||
|
& > section{
|
||||||
|
margin: 0 !important;
|
||||||
|
padding: 0;
|
||||||
|
.title{
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
h3{
|
||||||
|
white-space: nowrap!important;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
.section:not(#home) {
|
.section:not(#home) {
|
||||||
& > .sous-section{
|
& > .sous-section{
|
||||||
.no-gal:not(#clients):nth-of-type(n+3) {
|
.no-gal:not(#clients):nth-of-type(n+3) {
|
||||||
@@ -165,6 +229,7 @@
|
|||||||
}
|
}
|
||||||
#clients{
|
#clients{
|
||||||
.images{
|
.images{
|
||||||
|
justify-content: center;
|
||||||
img{
|
img{
|
||||||
margin:10px 10px;
|
margin:10px 10px;
|
||||||
min-width: 70%;
|
min-width: 70%;
|
||||||
@@ -179,10 +244,6 @@
|
|||||||
}
|
}
|
||||||
.content{
|
.content{
|
||||||
width: 250px!important;
|
width: 250px!important;
|
||||||
img{
|
|
||||||
bottom: 20px!important;
|
|
||||||
top: auto!important;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -199,6 +260,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
footer{
|
footer{
|
||||||
|
margin: 0;
|
||||||
& > section{
|
& > section{
|
||||||
&:last-child{
|
&:last-child{
|
||||||
p:last-child {
|
p:last-child {
|
||||||
|
|||||||
@@ -76,23 +76,43 @@ body {
|
|||||||
.txt {
|
.txt {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: left;
|
align-items: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
top: -100%;
|
top: 0%;
|
||||||
left: 0;
|
left: 0;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: top 1s ease;
|
transform: scale(0.95);
|
||||||
|
transition: transform 0.5s ease, background 0.5s ease;
|
||||||
|
.content{
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
|
p, ul, li, a{
|
||||||
|
color: transparent;
|
||||||
|
}
|
||||||
|
ul{
|
||||||
|
margin-left: 20px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
li{
|
||||||
|
list-style: initial!important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
.txt {
|
.txt {
|
||||||
transition: top 1s ease;
|
transition: transform 0.5s ease, background 0.5s ease;
|
||||||
top: 0;
|
transform: scale(1);
|
||||||
background: $blue;
|
background: $blue;
|
||||||
|
p, ul, li, a{
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
.content{
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -144,6 +164,7 @@ body {
|
|||||||
width: 15%;
|
width: 15%;
|
||||||
min-width: 150px;
|
min-width: 150px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -91,9 +91,9 @@ header {
|
|||||||
.logo {
|
.logo {
|
||||||
#user {
|
#user {
|
||||||
p {
|
p {
|
||||||
font-size: $font32;
|
font-size: 1.8rem;
|
||||||
font-family: $Regular-L;
|
font-family: $Regular-L;
|
||||||
line-height: $lineH32;
|
line-height: 2.5rem;
|
||||||
letter-spacing: $letterI1;
|
letter-spacing: $letterI1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -112,7 +112,7 @@ header {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#home {
|
#home {
|
||||||
& > p {
|
p {
|
||||||
font-family: $Roboto-L;
|
font-family: $Roboto-L;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: $fontPi;
|
font-size: $fontPi;
|
||||||
|
|||||||
@@ -9,8 +9,10 @@
|
|||||||
|
|
||||||
{% if child.content %}
|
{% if child.content %}
|
||||||
<div class="txt">
|
<div class="txt">
|
||||||
|
<div class="content">
|
||||||
{{ child.content }}
|
{{ child.content }}
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user