aboutsummaryrefslogtreecommitdiff
path: root/src/css
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-05-13 08:13:37 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-05-13 08:13:37 +0200
commitad01e931c05d4e6b6cc03c979aba5bcffe875352 (patch)
tree207f9e14134a8af6b283cb5fe22bdbaa5a3c0fc2 /src/css
parentc2222f259fdaa05b483e4d01aa075e1e762bb040 (diff)
downloadsite-ad01e931c05d4e6b6cc03c979aba5bcffe875352.tar.gz
site-ad01e931c05d4e6b6cc03c979aba5bcffe875352.zip
Updates CHATONS site web
Diffstat (limited to 'src/css')
-rw-r--r--src/css/main.css28
1 files changed, 26 insertions, 2 deletions
diff --git a/src/css/main.css b/src/css/main.css
index 342901a..e80bdc2 100644
--- a/src/css/main.css
+++ b/src/css/main.css
@@ -166,7 +166,7 @@ ol {
}
a {
- color: rgb(12, 144, 110)
+ color: #08634c;
}
table {
@@ -296,4 +296,28 @@ input {
.frame {
border-left: 1rem solid #ddd;
padding-left: 1rem;
-} \ No newline at end of file
+}
+
+img.hero {
+ width: 100%;
+ margin:-0.5rem;
+}
+
+h1.slogan {
+ text-align:center;
+ font-size:2rem;
+ padding: 2rem 0rem;
+}
+
+.icon {
+ font-size: 80px;
+ height: 120px;
+}
+
+section.list {
+ padding-left:1.5rem;
+}
+
+p.fill {
+ margin: 2rem 0rem;
+}