Skip to content

Commit 97178d8

Browse files
author
liyang
committed
resize ui update
1 parent 72310be commit 97178d8

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

assets/css/just.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ body {
4141
.reveal h4 {
4242
font-size: 1em;
4343
}
44-
.reveal h1:first-child, .reveal h2:first-child, .reveal h3:first-child, .reveal h4:first-child, .reveal h5:first-child, .reveal h6:first-child) {
44+
.reveal h1:first-child, .reveal h2:first-child, .reveal h3:first-child, .reveal h4:first-child, .reveal h5:first-child, .reveal h6:first-child {
4545
margin-top: 0;
4646
}
4747

@@ -266,4 +266,9 @@ body {
266266
}
267267
.favicon.lync-in {
268268
background-image: url(../../img/favicon/lync.in.png);
269+
}
270+
@media screen and (max-width: 500px) {
271+
.reveal {
272+
font-size: 50px;
273+
}
269274
}

index.html

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,6 @@
1111
<link rel="stylesheet" href="assets/css/reveal.css">
1212
<link rel="stylesheet" href="assets/css/just.css">
1313
<link rel="stylesheet" href="assets/css/index.css">
14-
<!--[if lt IE 9]>
15-
<script src="http://apps.bdimg.com/libs/html5shiv/r29/html5.min.js"></script>
16-
<![endif]-->
17-
<!-- baidu statistics -->
18-
<script>
19-
var _hmt = _hmt || [];
20-
(function () {
21-
var hm = document.createElement("script");
22-
hm.src = "//hm.baidu.com/hm.js?9915cf7ab1cc79e2d0dd558b4817b23b";
23-
var s = document.getElementsByTagName("script")[0];
24-
s.parentNode.insertBefore(hm, s);
25-
})();
26-
</script>
2714
</head>
2815

2916
<body>

0 commit comments

Comments
 (0)