diff --git a/header.js b/header.js index 6ef673b..a6b8183 100644 --- a/header.js +++ b/header.js @@ -7,7 +7,7 @@ class Header extends HTMLElement { connectedCallback() { this.innerHTML = `
diff --git a/list.css b/list.css index 9bb29d3..2e987c0 100644 --- a/list.css +++ b/list.css @@ -81,7 +81,7 @@ header a:hover { /* Article styles */ article { - margin-top: 80px; + margin-top: 8em; margin-bottom: 50px; padding: 20px; width: 90%; @@ -287,7 +287,7 @@ ul.oneStar { } ul.death { - background: #920e0e; + background: #000000; color: white; font-weight: bold; text-shadow: red; diff --git a/operating_systems/mobile.html b/operating_systems/mobile.html index f4eaace..eee1833 100644 --- a/operating_systems/mobile.html +++ b/operating_systems/mobile.html @@ -11,7 +11,7 @@
-

AOSP Base

+

AOSP Based

5/5

  • Volla OS
  • @@ -39,6 +39,7 @@
    • Ubuntu Touch
    +

    1/5

    • postmarketOS
    diff --git a/styles.css b/styles.css index 3d2ce5a..c0aae7f 100644 --- a/styles.css +++ b/styles.css @@ -81,7 +81,7 @@ header a:hover { /* Article styles */ article { - margin-top: 80px; + margin-top: 8em; margin-bottom: 50px; padding: 20px; width: 90%;