diff --git a/index.css b/index.css index aca0b4f..f1f7291 100644 --- a/index.css +++ b/index.css @@ -243,3 +243,18 @@ body { color: #f5f5f5; transition: color 0.3s ease-in-out; } + +@media only screen and (max-device-width: 480px) { + #sat-rs-content { + padding-left: 0px; + padding-right: 0px; + } + .content { + padding-left: 20px; + padding-right: 20px; + height: 100vh; + } + .side-bar { + height: 100%; + } +} diff --git a/index.html b/index.html index 46b86a8..43243b1 100644 --- a/index.html +++ b/index.html @@ -2,8 +2,9 @@ IRS Software Projects - - + + + diff --git a/sat-rs.html b/sat-rs.html index 55e98de..2795b7b 100644 --- a/sat-rs.html +++ b/sat-rs.html @@ -2,7 +2,8 @@ IRS Software Projects - + + @@ -28,7 +29,7 @@

sat-rs is a framework with the primary goal to provide re-usable components to write on-board software for remote systems like rovers - or satellites. It is specifically written for the special + or satelites. It is specifically written for the special requirements for these systems. A lot of the architecture and general design considerations are based on the FSFW