From 0f303696dd6aa9ba1dd2523e432aacbd93acdead Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Mon, 29 Jan 2024 18:00:57 +0100 Subject: [PATCH] style fix --- index.html | 2 +- style/lamalayout.css | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 3266963..9eacd8d 100644 --- a/index.html +++ b/index.html @@ -115,7 +115,7 @@

Download & Installation

  1. First check if there are up-to-date packages included in your distribution's package manager. There are packages for -Alpine Linux, Arch Linux (AUR), macOS (homebrew), Debian,Ubuntu.
  2. +Alpine Linux, Arch Linux (AUR), macOS (homebrew), Debian and derivates like Ubuntu.
  3. If you're only interested in the Frog Python binding, then a simple pip install python-frog suffices.
  4. If not, we recommend you use our docker container via docker pull proycon/frog. It includes Frog and all necessary dependencies, and runs on Linux, BSD and Mac OS X. It can also run as a virtual machine under any host OS.
  5. diff --git a/style/lamalayout.css b/style/lamalayout.css index 7d1b82b..14d41c5 100644 --- a/style/lamalayout.css +++ b/style/lamalayout.css @@ -77,6 +77,7 @@ a:hover { h1#title { font-size: 500%; font-weight: bold; + clear: both; } @@ -124,6 +125,7 @@ h1#title { height: 90px; min-width: 113px; min-height: 90px; + margin-left: auto; } #lamalogo { position: absolute;