partial for #1: adjust font size and media query
This commit is contained in:
parent
7c5a451a9a
commit
2bbfaeda2f
|
@ -6,7 +6,7 @@
|
||||||
<title>Telebit™ Cloud</title>
|
<title>Telebit™ Cloud</title>
|
||||||
<link href="static-site-assets/styles/main.css" rel="stylesheet">
|
<link href="static-site-assets/styles/main.css" rel="stylesheet">
|
||||||
<link href="static-site-assets/styles/vertical-slide.css" rel="stylesheet">
|
<link href="static-site-assets/styles/vertical-slide.css" rel="stylesheet">
|
||||||
<link href="static-site-assets/styles/1200.css" rel="stylesheet" media="(max-width:1200px)">
|
<link href="static-site-assets/styles/1200.css" rel="stylesheet" media="(max-width:1075px)">
|
||||||
<style>
|
<style>
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Source Sans Pro';
|
font-family: 'Source Sans Pro';
|
||||||
|
@ -53,7 +53,8 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="spiel">
|
<div class="spiel">
|
||||||
<h1>Access your devices
|
<h1>Access your devices
|
||||||
<br>Share your stuff</h1>
|
<br>Share your stuff
|
||||||
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
<div aria-hidden="true" class="demo-row">
|
<div aria-hidden="true" class="demo-row">
|
||||||
<div class="demo-container">
|
<div class="demo-container">
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
body{
|
body{
|
||||||
font-family: Source Sans Pro, sans-serrif;
|
font-family: Source Sans Pro, sans-serrif;
|
||||||
font-size: 18px;
|
font-size: 17px;
|
||||||
line-height: 1.3333;
|
line-height: 1.3333;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
-webkit-text-size-adjust: none;
|
-webkit-text-size-adjust: none;
|
||||||
|
|
Loading…
Reference in New Issue