Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Jan 29, 2024
1 parent e6f5e30 commit 0f30369
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h2>Download &amp; Installation</h2>
<ol>
<li>First check if there are up-to-date packages
included in your distribution's package manager. There are packages for
<strong>Alpine Linux</strong>, <strong>Arch Linux</strong> (AUR), <strong>macOS</strong> (homebrew), <strong>Debian</strong>,<strong>Ubuntu</strong>.</li>
<strong>Alpine Linux</strong>, <strong>Arch Linux</strong> (AUR), <strong>macOS</strong> (homebrew), <strong>Debian</strong> and derivates like <strong>Ubuntu</strong>.</li>
<li>If you're only interested in the Frog Python binding, then a simple <tt>pip install python-frog</tt> suffices.</li>
<li>If not, we <strong>recommend</strong> you use our docker container via <tt>docker pull proycon/frog</tt>. It includes Frog and all necessary dependencies, and runs on Linux, BSD and
Mac OS X. It can also run as a <em>virtual machine</em> under any host OS.</li>
Expand Down
2 changes: 2 additions & 0 deletions style/lamalayout.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ a:hover {
h1#title {
font-size: 500%;
font-weight: bold;
clear: both;
}


Expand Down Expand Up @@ -124,6 +125,7 @@ h1#title {
height: 90px;
min-width: 113px;
min-height: 90px;
margin-left: auto;
}
#lamalogo {
position: absolute;
Expand Down

0 comments on commit 0f30369

Please sign in to comment.