mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
padding and other things
This commit is contained in:
parent
e9ba8cf238
commit
ed03927efd
2 changed files with 9 additions and 2 deletions
|
@ -1560,7 +1560,7 @@ class AnnualReport extends React.Component {
|
|||
</a>
|
||||
|
||||
<div className="community-quotes">
|
||||
<div className="community-quote">
|
||||
<div className="community-quote single">
|
||||
<div className="quote-person">
|
||||
<Avatar
|
||||
alt="Kendra Mallory"
|
||||
|
|
|
@ -56,7 +56,7 @@ p {
|
|||
line-height: 2em;
|
||||
}
|
||||
|
||||
a{
|
||||
a, a:link, a:visited, a:active{
|
||||
cursor: pointer;
|
||||
color: $motion-blue-3;
|
||||
}
|
||||
|
@ -1396,6 +1396,9 @@ img.comment-viz{
|
|||
margin-top: -70px;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
@media #{$intermediate-and-smaller} {
|
||||
margin-top: 0px;
|
||||
}
|
||||
p{
|
||||
margin: 0px;
|
||||
}
|
||||
|
@ -1530,6 +1533,10 @@ img.comment-viz{
|
|||
.community-quote {
|
||||
width: 100%;
|
||||
margin: 24px;
|
||||
&.single{
|
||||
width: calc(100% - 30px);
|
||||
padding: 0 15px;
|
||||
}
|
||||
|
||||
h5{
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in a new issue