text gets vertically centered

This commit is contained in:
Linda 2018-10-03 10:29:45 -04:00
parent 9b94849de6
commit f11d338d65

View file

@ -263,7 +263,7 @@ $medium-and-small: "screen and (max-width : #{$tablet}-1)";
padding: .5rem;
width: calc(100% - 1rem);
flex-wrap: nowrap;
align-items: flex-start;
align-items: center;
}
.credit-text {