mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 01:29:58 +00:00
Add responsive site design
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
<html class="theme-dark">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>fx_cast</title>
|
||||
|
||||
<link rel="stylesheet" href="fonts/stylesheet.css">
|
||||
@@ -15,7 +16,7 @@
|
||||
<div class="container">
|
||||
<header class="site-header">
|
||||
<h1 class="site-header__title">fx_cast</h1>
|
||||
<p class="site-header__subtitle">chromecast for firefox</p>
|
||||
<p class="site-header__subtitle">chromecast <nobr>for firefox</nobr></p>
|
||||
</header>
|
||||
<main class="site-content">
|
||||
<section class="description">
|
||||
@@ -56,9 +57,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</details>
|
||||
</section>
|
||||
<section class="other-downloads">
|
||||
|
||||
</section>
|
||||
<section class="faqs">
|
||||
<h1>FAQs</h1>
|
||||
@@ -271,7 +269,7 @@
|
||||
media="(prefers-color-scheme: light)">
|
||||
<img class="preview preview--fg"
|
||||
alt="Media context menu"
|
||||
width="462"
|
||||
width="462" height="275"
|
||||
src="images/preview-fg_macOS_dark.png"
|
||||
srcset="images/preview-fg_macOS_dark.png,
|
||||
images/preview-fg_macOS_dark@2x.png 2x">
|
||||
|
||||
Reference in New Issue
Block a user