Skip to content

Commit

Permalink
https://mars.nasa.gov/msl/multimedia/raw-images/?order=sol+desc%2Cins…
Browse files Browse the repository at this point in the history
…trument_sort+asc%2Csample_type_sort+asc%2C+date_taken+desc&per_page=50&page=0&mission=msl
  • Loading branch information
ricoThaka authored May 18, 2024
1 parent 45482e3 commit 9d970de
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions _sass/jekyll-theme-hacker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ p:first-of-type {
#MAiN
{
margin:0 auto;
width: 80vw;
height: 100vh;
width: 55vw;
height: 99vh;
margin: auto;
background: transparent url(https://raw.githubusercontent.com/ThakaRashard/bubblegumpop/gh-pages/img/halfscreen-black.gif) repeat;

Expand Down Expand Up @@ -437,7 +437,7 @@ grid-template-rows: auto auto auto;
color:white;
padding:5px;
position:fixed;
width:80vw;
width:55vw;
text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #0ff,
0 0 80px #0ff, 0 0 90px #0ff, 0 0 100px #0ff, 0 0 150px #0ff;
}
Expand Down Expand Up @@ -656,7 +656,6 @@ flex-wrap: nowrap;
padding: 0px;
justify-content: center;
align-content: stretch;
height: 100%;
display: grid;
grid-template-columns: auto auto auto;
}
Expand All @@ -670,7 +669,6 @@ border: 1px dotted #c9ff23;
object-fit: contain;
max-width: 100%;
border: 1px solid #c9ff23;

}


Expand Down Expand Up @@ -844,7 +842,8 @@ border: 1px solid #c9ff23;
display: grid;
grid-template-columns: repeat(9, 1fr);
flex-wrap: wrap;
width: 80vw;
width: 70vw;
height: 50vh;
max-width: max-content;

}
Expand Down

0 comments on commit 9d970de

Please sign in to comment.