From 823a598d41e4021c109ffa7750562cb8b5e47819 Mon Sep 17 00:00:00 2001 From: Nadine Eunuos Date: Thu, 21 Sep 2023 23:37:29 +0200 Subject: [PATCH] larger buttons --- index.css | 45 +++++++++++++++++++-------------------------- index.html | 2 +- sat-rs.html | 4 ++-- 3 files changed, 22 insertions(+), 29 deletions(-) diff --git a/index.css b/index.css index 824f127..aca0b4f 100644 --- a/index.css +++ b/index.css @@ -90,12 +90,17 @@ body { flex-direction: row; } -.logo { - margin-top: 60px; - margin-bottom: 60px; - width: auto; +.logo-fsfw { + width: 60%; + object-fit: contain; + height: auto; } +.logo-sat-rs { + width: 40%; + object-fit: contain; + height: auto; +} .fsfw-desc { margin-top: 60px; text-align: justify; @@ -113,22 +118,10 @@ body { align-items: center; padding-right: 170px; padding-left: 170px; + padding-top: 20px; //transform: translateY(50px); } -#fsfw-content img { - width: 50%; - object-fit: contain; - - height: auto; -} - -.content img { - width: 40%; - object-fit: contain; - height: auto; -} - #fsfw-links, #sat-rs-links { display: flex; @@ -147,7 +140,6 @@ body { color: white; background-color: #004191; font-size: 18px; - } .img-container { @@ -162,13 +154,13 @@ body { .sat-doc li { list-style: none; margin: 20px; - padding:0; - width: 160px; - height: 60px; + padding: 0; + width: 200px; + height: 70px; display: flex; align-items: center; justify-content: center; - line-height: 60px; + line-height: 70px; transition: color 0.3s; } @@ -184,12 +176,12 @@ body { margin: 20px; padding-left: 0; padding-right: 0; - width: 160px; - height: 60px; + width: 200px; + height: 70px; display: flex; align-items: center; justify-content: center; - line-height: 60px; + line-height: 70px; transition: color 0.3s; } @@ -219,7 +211,8 @@ body { align-items: center; padding-right: 170px; padding-left: 170px; - padding-bottom: 120px + padding-bottom: 120px; + padding-top: 40px; } .footer { diff --git a/index.html b/index.html index cb3a95f..46b86a8 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,7 @@
- +

The Flight Software Framework is a C++ Object Oriented Framework for diff --git a/sat-rs.html b/sat-rs.html index c7c5612..55e98de 100644 --- a/sat-rs.html +++ b/sat-rs.html @@ -8,7 +8,7 @@