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 {
|
||||
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 {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue