minor changes

This commit is contained in:
andmironov 2018-05-07 16:24:23 +03:00
parent fedff83249
commit 5cf2302f3c
2 changed files with 15 additions and 15 deletions

View File

@ -683,9 +683,9 @@ select[multiple] {
width: 260px;
height: 260px; }
.bubbles-wrap .bubbles {
transform: scale(0.8);
left: -95px;
top: -75px; } }
transform: scale(0.86);
left: -100px;
top: -35px; } }
.areas {
position: absolute;
@ -2044,7 +2044,7 @@ a.section-link-icon {
font-size: 22px; }
.section {
width: 100%;
height: 520px;
height: 580px;
padding: 0 24px;
flex-direction: column;
padding: 0;

View File

@ -6,14 +6,14 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="./img/logo-16.png?v=0.0.91" sizes="16x16" />
<link rel="icon" type="image/png" href="./img/logo-32.png?v=0.0.91" sizes="32x32" />
<link rel="icon" type="image/png" href="./img/logo-16.png?v=0.0.92" sizes="16x16" />
<link rel="icon" type="image/png" href="./img/logo-32.png?v=0.0.92" sizes="32x32" />
<link rel="apple-touch-icon" sizes="76x76" href="./img/apple-touch-icon-76.png?v=0.0.91">
<link rel="apple-touch-icon" sizes="120x120" href="./img/apple-touch-icon-120.png?v=0.0.91">
<link rel="apple-touch-icon" sizes="152x152" href="./img/apple-touch-icon-152.png?v=0.0.91">
<link rel="apple-touch-icon" sizes="180x180" href="./img/apple-touch-icon-180.png?v=0.0.91">
<link rel="apple-touch-icon" href="./img/apple-touch-icon-1024.png?v=0.0.91">
<link rel="apple-touch-icon" sizes="76x76" href="./img/apple-touch-icon-76.png?v=0.0.92">
<link rel="apple-touch-icon" sizes="120x120" href="./img/apple-touch-icon-120.png?v=0.0.92">
<link rel="apple-touch-icon" sizes="152x152" href="./img/apple-touch-icon-152.png?v=0.0.92">
<link rel="apple-touch-icon" sizes="180x180" href="./img/apple-touch-icon-180.png?v=0.0.92">
<link rel="apple-touch-icon" href="./img/apple-touch-icon-1024.png?v=0.0.92">
<title>Status Design</title>
<meta name="description" content="Were the Status Design team and we are helping create the tools for a more open and equitable internet for all of us">
@ -22,16 +22,16 @@
<meta property="og:title" content="Status Design"/>
<meta property="og:description" content="Were the Status Design team and we are helping create the tools for a more open and equitable internet for all of us" />
<meta property="og:type" content="article" />
<meta property="og:image" content="https://design.status.im/img/status-design-share?v=0.0.91" />
<meta property="og:image" content="https://design.status.im/img/status-design-share?v=0.0.92" />
<!-- Twitter -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@ethstatus" />
<meta name="twitter:title" content="Status Design" />
<meta name="twitter:description" content="Were the Status Design team and we are helping create the tools for a more open and equitable internet for all of us" />
<meta name="twitter:image" content="https://design.status.im/img/status-design-share-twitter.png?v=0.0.91" />
<meta name="twitter:image" content="https://design.status.im/img/status-design-share-twitter.png?v=0.0.92" />
<link rel="stylesheet" href="./css/main.css?v=0.0.91">
<link rel="stylesheet" href="./css/main.css?v=0.0.92">
</head>
<body>
@ -578,6 +578,6 @@
</div>
</div>
<script src="./js/bundle.js?v=0.0.91"></script>
<script src="./js/bundle.js?v=0.0.92"></script>
</body>
</html>