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>
|
||||
<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">
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue