move media queries to bottom of file

This commit is contained in:
Aadil Ayub 2022-04-13 22:48:38 +05:00
parent d98fb3bd75
commit 58c5a42873
1 changed files with 20 additions and 39 deletions

View File

@ -812,6 +812,25 @@ footer a:hover {
text-decoration: underline;
}
/* about styles */
#about-img {
width: 50%;
height: auto;
display:block;
margin:auto;
}
/* single page styles */
.single header {
flex-direction: column;
margin-bottom: 4rem;
}
.single .h-entry img {
object-fit: contain;
}
/* mobile styles */
@ -929,42 +948,4 @@ footer a:hover {
.menu ul:first-child {
padding: 0;
}
}
/* about styles */
#about-img {
width: 50%;
height: auto;
display:block;
margin:auto;
}
/* single page styles */
.single header {
flex-direction: column;
margin-bottom: 4rem;
}
.single .h-entry img {
object-fit: contain;
}
.lumbung-radio-player {
display: flex;
color: var(--sounds-dark);
border: 1px solid var(--sounds-dark);
background: var(--sounds-light);
font-style: italic;
width: fit-content;
padding: 1rem;
gap: 1rem;
justify-content: center;
align-items: center;
position: fixed;
bottom: 2rem;
right: 2rem;
cursor: pointer;
}
}