1
0
forked from ti-nuage/site

Reprise du style et de la première page.

Aussi, une nouvelle page décrit l'association, et sert d'introduction
avant de proposer l'adhésion.
This commit is contained in:
David Soulayrol
2022-05-08 22:00:03 +02:00
parent 8f5233db92
commit bdfc466b32
7 changed files with 72 additions and 51 deletions

View File

@@ -15,6 +15,10 @@ body {
padding: 0 32px;
}
a {
color: #373d3f;
}
h1,
h2,
h3,
@@ -49,6 +53,14 @@ h5 {
margin-bottom: 8px;
}
h3 a {
text-decoration: none;
}
h3 a:hover {
text-decoration: underline;
}
p + h5 {
margin-top: 32px;
}
@@ -87,8 +99,8 @@ abbr {
text-align: center;
}
.mt192 {
margin-top: 192px;
.mt128 {
margin-top: 128px;
}
.mt64 {
@@ -103,9 +115,9 @@ abbr {
margin-bottom: 64px;
}
.Logo {
.logo-front {
display: block;
margin: 6em auto 0;
margin: 10em auto 0;
height: 25vh;
}
@@ -121,7 +133,7 @@ menu {
font-size: 0;
}
.LogoContainer,
.container-logo,
.menu-item {
height: 30%;
display: inline-block;
@@ -238,7 +250,6 @@ menu {
}
.footer {
padding: 64px 0;
}
.footer ul,