Skip to content

Commit

Permalink
rainbowRover
Browse files Browse the repository at this point in the history
  • Loading branch information
ricoThaka authored Mar 4, 2024
1 parent ac0e483 commit 2f6d5c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Binary file added assets/images/MOSHED-2024-3-4-13-3-53.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions marsblog.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ a {
}
/* contentDiv */
#content {
border-radius: 31px 31px 31px 31px;
border-radius: 31px 31px 31px 31px;
max-width: 900px;
padding: 0px;
margin-bottom: 40px;
margin-bottom: 40px;
margin-right: auto;
margin-left: auto;
/* opera does not like 'margin:20px auto' */
Expand All @@ -98,7 +98,9 @@ a {
font-family: "Comfortaa", -apple-system, Ubuntu, "Ariel Black", Verdana;

}
img {


img {
max-width: 100%;
max-height: 100%;

Expand Down

0 comments on commit 2f6d5c0

Please sign in to comment.