fixed ordering and so in css

This commit is contained in:
Linda 2018-08-24 09:25:04 -04:00
parent d95ee37c04
commit 10aa57e4a2
2 changed files with 6 additions and 6 deletions

View file

@ -22,10 +22,10 @@
.thumbnail-image {
margin: 8px auto;
width: $thumbnail-inner-width;
border-radius: 4px;
box-shadow: 0 0 0 1px $active-gray;
background-color: $ui-white;
width: $thumbnail-inner-width;
}
.thumbnail-info {

View file

@ -487,14 +487,14 @@ $stage-width: 480px;
flex-direction: column;
h2 {
align-self: flex-start;
margin-left: 1rem;
font-size: 1.2rem;
font-weight: bold;
margin-left: 1rem;
font-size: 1.2rem;
font-weight: bold;
align-self: flex-start;
}
.project {
// not necessary:
// not necessary:
// margin-bottom: 1.5rem;
}