Skip to content

Commit

Permalink
fix(citSci): small css layout tweak to citizen science landing pages
Browse files Browse the repository at this point in the history
  • Loading branch information
peichins committed Nov 6, 2019
1 parent d50634d commit ec95fb7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/app/citizenScience/_citizenScience.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@
}

.about-content-container {
padding: 20px;



padding: 20px;
max-width: 1000px;
margin-left: auto;
margin-right: auto;

.img {
float: left;
clear: left;
margin: 0px 20px 10px 0px;
img {
width: 200px;
Expand All @@ -32,6 +35,7 @@

&.full {
float: none;
clear: right;
margin: 10px 0px 10px 0px;
img {
width: 100%;
Expand Down

0 comments on commit ec95fb7

Please sign in to comment.