1
0
forked from ti-nuage/site

Mention de la candidature au CHATONS (fix #5).

This commit is contained in:
David Soulayrol
2022-08-13 09:18:04 +02:00
parent 369581e90e
commit 1c322b4711
3 changed files with 21 additions and 0 deletions

View File

@@ -119,6 +119,11 @@ abbr {
margin-bottom: 64px;
}
.logo-chatons {
float: left;
height: 25vw;
}
.logo-front {
display: block;
margin: 10em auto 0;
@@ -240,6 +245,12 @@ menu {
background: #b9daf6 url(/images/uicons/key.svg) center center no-repeat;
}
.frame {
border: 1px black solid;
overflow: hidden;
padding: 1em;
}
.Two-cols-One-row,
.Two-cols-Two-rows {
display: grid;
@@ -272,6 +283,10 @@ menu {
font-size: 48.33px;
}
.logo-chatons {
height: 12vw;
}
.Two-cols-One-row {
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB