Update Sass Files + add new MTLGJ logo

Sass files overwrite
This commit is contained in:
Massimo Di Lullo 2019-10-24 19:47:58 -04:00
parent 571bea6957
commit 9076266e1f
3 changed files with 4 additions and 6 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 762 KiB

After

Width:  |  Height:  |  Size: 762 KiB

View File

@ -1,7 +1,7 @@
$border-radius: 4px; $border-radius: 4px;
* { * {
font-family: Roboto, SansSerif; font-family: Roboto, sans-serif;
} }
body { body {
@ -291,10 +291,8 @@ section#competitions {
} }
section#partenaires { section#partenaires {
.grid { .grid.is-multiline {
img { display:flex;
height: 100%;
}
} }
} }