partial for #1: adjust font size and media query

This commit is contained in:
AJ ONeal 2018-10-08 01:07:43 +00:00
parent 7c5a451a9a
commit 2bbfaeda2f
2 changed files with 4 additions and 3 deletions

View File

@ -6,7 +6,7 @@
<title>Telebit&trade; Cloud</title>
<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/1200.css" rel="stylesheet" media="(max-width:1200px)">
<link href="static-site-assets/styles/1200.css" rel="stylesheet" media="(max-width:1075px)">
<style>
@font-face {
font-family: 'Source Sans Pro';
@ -53,7 +53,8 @@
<div class="container">
<div class="spiel">
<h1>Access your devices
<br>Share your stuff</h1>
<br>Share your stuff
</h1>
</div>
<div aria-hidden="true" class="demo-row">
<div class="demo-container">

View File

@ -1,6 +1,6 @@
body{
font-family: Source Sans Pro, sans-serrif;
font-size: 18px;
font-size: 17px;
line-height: 1.3333;
margin: 0;
-webkit-text-size-adjust: none;