diff --git a/index.html b/index.html new file mode 100644 index 0000000..6e6e436 --- /dev/null +++ b/index.html @@ -0,0 +1,155 @@ + + + + + NARROWCAST + + + + + +
back
↬ stage
+ + + +
+ + + + + + + + + + + + + +
+ + + + + + + + + \ No newline at end of file diff --git a/narrowstyle.css b/narrowstyle.css index 3797724..fb2206e 100644 --- a/narrowstyle.css +++ b/narrowstyle.css @@ -114,7 +114,14 @@ button.minimize{ .sidetop { height: 45vh; font-size: 1.2rem; + justify-content: end; } + +.sidetop p { + margin: 0.5rem 0rem; + color: #aec7ea; +} + .sidetop a { color: #ffe4fd; margin-top: auto; @@ -147,6 +154,11 @@ button.minimize{ .sidebottom { height: 45vh; } + +.sidebottom p { + margin: 0.25rem 0rem; +} + .sidebottom a { color: #aec7ea; }