@@ 1,7 1,7 @@
<h1>S<em>x</em>mo: Simple X Mobile</h1>
-<div class="slogan">
- “A minimalist linux smartphone environment that is truly yours to control”
+<div class="tagline">
+ “minimal<em>.</em> mobile<em>.</em> hackable<em>.</em>”
</div>
<iframe width="100%" height="315" sandbox="allow-same-origin allow-scripts allow-popups" src="https://diode.zone/videos/embed/3f0948cf-47df-437e-b1ea-76fec58479c2" frameborder="0" allowfullscreen></iframe>
@@ 169,7 169,7 @@ nav a:not(:first-child):not(.btn):hover {
border-bottom: #f4254e solid 1px;
}
-nav .brand a em, h1 em, h2 em, h3 em {
+nav .brand a em, h1 em, h2 em, h3 em, .tagline em {
font-style: normal;
color: #f4254e;
}
@@ 212,6 212,9 @@ nav .brand a em, h1 em, h2 em, h3 em {
blockquote {
color: #999 !important;
}
+ .tagline {
+ color: #bbb;
+ }
}
@@ 632,9 635,9 @@ video.prominent {
height: 315px;
}
-div.slogan {
- opacity: 0.7;
+div.tagline {
width: 80%;
+ margin-top: -20px;
font-size: 1.1em;
padding-left: 20px;
padding-right: 20px;
@@ 642,3 645,7 @@ div.slogan {
font-style: italic;
font-weight: 200;
}
+div.tagline em {
+ font-weight: bold;
+ font-size: 120%;
+}