Styling Corrections + Constance

This commit is contained in:
Massimo Di Lullo 2019-09-02 12:45:44 -04:00
parent 42940fb4a4
commit 7f240f7fe7
2 changed files with 13 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -95,6 +95,8 @@ section#apropos {
height: 600px; height: 600px;
width: 500px; width: 500px;
border: 1px solid lightgray; border: 1px solid lightgray;
border-top-left-radius: $border-radius;
border-top-right-radius: $border-radius;
} }
address { address {
@ -104,6 +106,8 @@ section#apropos {
font-size: 0.8rem; font-size: 0.8rem;
text-align: left; text-align: left;
border: 1px solid lightgray; border: 1px solid lightgray;
border-bottom-left-radius: $border-radius;
border-bottom-right-radius: $border-radius;
max-width: 500px; max-width: 500px;
position: relative; position: relative;
top: -10px; top: -10px;
@ -309,6 +313,14 @@ section#competitions {
} }
} }
section#partenaires {
.grid {
img {
height: 100%;
}
}
}
footer { footer {
margin-top: 4.5rem; margin-top: 4.5rem;
padding: 15px 0; padding: 15px 0;