Browse Source

bla

front-continuation
asyncnomi 3 years ago
parent
commit
43a5057a0f
  1. 41
      static/css/main.css

41
static/css/main.css

@ -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…
Cancel
Save