mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
fixed ordering and so in css
This commit is contained in:
parent
d95ee37c04
commit
10aa57e4a2
2 changed files with 6 additions and 6 deletions
|
@ -22,10 +22,10 @@
|
||||||
|
|
||||||
.thumbnail-image {
|
.thumbnail-image {
|
||||||
margin: 8px auto;
|
margin: 8px auto;
|
||||||
width: $thumbnail-inner-width;
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
box-shadow: 0 0 0 1px $active-gray;
|
box-shadow: 0 0 0 1px $active-gray;
|
||||||
background-color: $ui-white;
|
background-color: $ui-white;
|
||||||
|
width: $thumbnail-inner-width;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thumbnail-info {
|
.thumbnail-info {
|
||||||
|
|
|
@ -487,10 +487,10 @@ $stage-width: 480px;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
align-self: flex-start;
|
|
||||||
margin-left: 1rem;
|
margin-left: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
align-self: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.project {
|
.project {
|
||||||
|
|
Loading…
Reference in a new issue