mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
text gets vertically centered
This commit is contained in:
parent
9b94849de6
commit
f11d338d65
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue