From: equilet <2237372+equilet@users.noreply.github.com> Date: Fri, 7 Apr 2023 22:52:51 +0000 (-0700) Subject: minor text edits X-Git-Url: https://git.dabkitsch.com/?a=commitdiff_plain;h=e132be00522ee496c6b9abb8dec297068e4382d1;p=sfm-player.git minor text edits --- diff --git a/style.css b/style.css index a1176eb..c016b00 100644 --- a/style.css +++ b/style.css @@ -4,6 +4,11 @@ /* flexbox */ +.player-container { + /* optional */ + margin: 10px; +} + #c-player { display: flex; flex-direction: column; @@ -83,8 +88,6 @@ /* ---------------------------------------------------------- */ -.player-container { -} .player-frame-bottom { margin: 0px; @@ -172,14 +175,14 @@ text-align: center; } -.player-text, h1, p { +.player-text, p { /* font-family: 'Share Tech Mono', monospace; */ font-family: "Arial"; } -h1, p { +p { color: #1a3a4e; - font-size: 14px; + font-size: 15px; } .player-text { font-size: 16px;