Make stream page a bit better

pull/32/head
Arti Zirk 7 years ago
parent b1be5e0037
commit 8aa61311f9
  1. 4
      _sass/striim.scss
  2. 6
      striim.html

@ -1,6 +1,6 @@
.stream {
.video {
padding: 5px;
flex: 1 1 320px;
flex: 1 1 400px;
}
}
}

@ -2,8 +2,10 @@
layout: default
---
<section class="container stream">
<section class="container">
<h1>Striim</h1>
</section>
<section class="stream">
<div style="display:flex; flex-wrap:wrap;">
<a href="http://193.40.243.200:8888/striim.html?action=stream" class="video">
<img src="http://193.40.243.200:8887/striim.html?action=stream" alt="video0" style="width:100%;"/>
@ -30,4 +32,4 @@ layout: default
var audio = document.getElementById("kahtlane");
audio.volume = 0.5;
</script>
</section>
</section>

Loading…
Cancel
Save