correction du width de wiki photos
This commit is contained in:
@@ -293,19 +293,21 @@ footer a:hover {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
.aPropos {
|
||||
margin: auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.aPropos h1{
|
||||
.aPropos h1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.aPropos>div:first {
|
||||
margin: auto;
|
||||
display: flex;
|
||||
/* min-height: calc(100vh - 60px); */
|
||||
/* display: block; */
|
||||
/* display: block; */
|
||||
align-content: center;
|
||||
text-align: center;
|
||||
}
|
||||
@@ -398,21 +400,25 @@ Couleur texte : #FFEFE5
|
||||
width: 100%;
|
||||
border-color: #606060;
|
||||
}
|
||||
|
||||
.aPropos fieldset:not(:first-child) {
|
||||
margin: 1em auto 1em 0px;
|
||||
margin: 1em auto 1em 0px;
|
||||
}
|
||||
|
||||
.aPropos #contactInfo h2 {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.aPropos #firstField label {
|
||||
width: 11em;
|
||||
display:inline-block
|
||||
display: inline-block
|
||||
}
|
||||
|
||||
.aPropos #firstField input {
|
||||
width: 25em;
|
||||
display:inline-block
|
||||
display: inline-block
|
||||
}
|
||||
|
||||
/*.aPropos div {*/
|
||||
/* display: block; */
|
||||
/*}*/
|
||||
@@ -955,12 +961,11 @@ margin: 1em auto 1em 0px;
|
||||
|
||||
.armures .perso .bg-video {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
width: 110%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
transform: translate(-50%, -50%);
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
@@ -1095,6 +1100,10 @@ margin: 1em auto 1em 0px;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
.accueilwiki img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.wikiwar {
|
||||
background-color: #273A56;
|
||||
color: white;
|
||||
|
||||
Reference in New Issue
Block a user