i hope this works

master
nq4t 2 years ago
parent d1956b89e0
commit 26197ff7c1

@ -9,6 +9,8 @@
</h1>
<h5>{{ site.tagline }}</h5>
<p class="side-lead">{{ site.description }}</p>
<h4>HF Rig Status:</h4>
<div class="iframe-logudp"><iframe align="top" frameborder="0" height="100%" scrolling="yes" src="https://log.nq4t.com/radio.html" width="100%"></iframe></div>
</div>
<nav class="sidebar-nav">

@ -10,7 +10,7 @@
* \/__/
*
* Designed, built, and released under MIT license by @mdo. Learn more at
* https://github.com/poole/hyde.
* https://github.com/poole/hyde. MODIFIED!
*/
@ -86,15 +86,24 @@ html {
.sidebar-about h1 {
color: #fff;
margin-top: 0;
margin-bottom: 0;
margin-bottom: -.2rem;
font-family: "Abril Fatface", serif;
font-size: 3.25rem;
}
.sidebar-about h4 {
color: rgba(255,255,255,.75);
margin-top: 0;
margin-bottom: -.1rem;
padding: 0rem;
font-size: 1.1rem;
font-weight: bold;
}
.sidebar-about h5 {
color: #fff;
margin-top: 0;
margin-bottom: 1;
margin-bottom: -.1rem;
padding: 0rem;
font-family: "Abril Fatface", serif;
font-size: 1.6rem;
@ -115,13 +124,20 @@ html {
line-height: 1.25;
}
.side-lead2 {
font-size: 1.25rem;
font-weight: 300;
line-height: 1.25;
margin-bottom: .1rem;
}
/* Sidebar nav */
.sidebar-nav {
margin-bottom: 1rem;
}
.sidebar-nav-item {
display: block;
line-height: 1.5;
line-height: 1.4;
}
a.sidebar-nav-item:hover,
a.sidebar-nav-item:focus {
@ -199,6 +215,13 @@ a.sidebar-nav-item:focus {
margin-right: 22rem;
}
}
.iframe-logudp{
display: inline-block;
width: 15em;
height: 3em;
}
.iframe-parent{
width: 94vw;
height: 75vw;

Loading…
Cancel
Save