Skip to content

Commit

Permalink
Revert "feat: add maintenance banner (#303)"
Browse files Browse the repository at this point in the history
This reverts commit deacb38.
  • Loading branch information
ahmaxed authored Jul 7, 2024
1 parent 2aba3a8 commit 0b376fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 1 addition & 4 deletions src/components/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ const Main = props => {
<main>
<div className='under-header-content'>
<h1 className='site-title'>Welcome to Code Radio.</h1>
<h2 className='site-description'>
The radio is currently undergoing maintenance. Audio interruptions are
expected.
</h2>
<h2 className='site-description'>24/7 music designed for coding.</h2>
</div>
{isBrowser && (
<>
Expand Down
8 changes: 4 additions & 4 deletions src/css/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* Globals */

:root {
--focus-outline: #0044ff;
--focus-outline: #0044FF;
}

* {
Expand Down Expand Up @@ -94,7 +94,7 @@ p {
}

.under-header-content {
background-color: #4d3800;
background-color: #0a0a23;
display: flex;
flex-direction: column;
height: 200px;
Expand Down Expand Up @@ -324,7 +324,7 @@ p {
width: 60%;
}

.loader-circle-notch {
.loader-circle-notch{
height: 60%;
width: auto;
align-self: center;
Expand All @@ -344,7 +344,7 @@ p {
width: 100%;
}

.recent-song-list[aria-hidden='false'] {
.recent-song-list[aria-hidden="false"] {
display: flex;
flex-direction: column-reverse;
}
Expand Down

0 comments on commit 0b376fd

Please sign in to comment.