bla
This commit is contained in:
parent
02c1c804bd
commit
43a5057a0f
1 changed files with 19 additions and 22 deletions
|
@ -47,22 +47,6 @@ h1 {
|
|||
background-position-x: right;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
.container {
|
||||
margin: 0px;
|
||||
width: 100%;
|
||||
border-radius: 0px;
|
||||
box-shadow: none;
|
||||
}
|
||||
body {
|
||||
margin: 0px;
|
||||
}
|
||||
.logo>img {
|
||||
height: 150px;
|
||||
margin-left: calc(50% - 75px);
|
||||
}
|
||||
}
|
||||
|
||||
.logo>img {
|
||||
height: 220px;
|
||||
margin-left: 3vw;
|
||||
|
@ -168,7 +152,26 @@ img {
|
|||
padding-left: 5vw;
|
||||
}
|
||||
|
||||
.activite-temps {
|
||||
font-size: 40px;
|
||||
color: red;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
.container {
|
||||
margin: 0px;
|
||||
width: 100%;
|
||||
border-radius: 0px;
|
||||
box-shadow: none;
|
||||
}
|
||||
body {
|
||||
margin: 0px;
|
||||
}
|
||||
.logo>img {
|
||||
height: 150px;
|
||||
margin-left: calc(50% - 75px);
|
||||
}
|
||||
.row {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
@ -186,9 +189,3 @@ img {
|
|||
font-size: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
.activite-temps {
|
||||
font-size: 40px;
|
||||
color: red;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue