mirror of
https://github.com/ConjureETS/Site.git
synced 2026-03-24 01:30:58 +00:00
Styling Corrections + Constance
This commit is contained in:
parent
42940fb4a4
commit
7f240f7fe7
2
public/css/main.min.css
vendored
2
public/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -95,6 +95,8 @@ section#apropos {
|
||||
height: 600px;
|
||||
width: 500px;
|
||||
border: 1px solid lightgray;
|
||||
border-top-left-radius: $border-radius;
|
||||
border-top-right-radius: $border-radius;
|
||||
}
|
||||
|
||||
address {
|
||||
@ -104,6 +106,8 @@ section#apropos {
|
||||
font-size: 0.8rem;
|
||||
text-align: left;
|
||||
border: 1px solid lightgray;
|
||||
border-bottom-left-radius: $border-radius;
|
||||
border-bottom-right-radius: $border-radius;
|
||||
max-width: 500px;
|
||||
position: relative;
|
||||
top: -10px;
|
||||
@ -309,6 +313,14 @@ section#competitions {
|
||||
}
|
||||
}
|
||||
|
||||
section#partenaires {
|
||||
.grid {
|
||||
img {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
margin-top: 4.5rem;
|
||||
padding: 15px 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user