mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Remove stale comments, remove extra space, add padding
This commit is contained in:
parent
23f2135c17
commit
3dd69c287c
2 changed files with 3 additions and 11 deletions
|
@ -6,7 +6,7 @@ const React = require('react');
|
|||
require('./button.scss');
|
||||
|
||||
const Button = props => {
|
||||
const classes = classNames('button', props.className, {'close-button' : props.isCloseType});
|
||||
const classes = classNames('button', props.className, {'close-button': props.isCloseType});
|
||||
|
||||
return (
|
||||
<button
|
||||
|
|
|
@ -15,10 +15,8 @@ $tile-height: 244px;
|
|||
|
||||
.donate-container {
|
||||
display: flex;
|
||||
// width: $desktop;
|
||||
margin: 0.375rem auto;
|
||||
align-items: center;
|
||||
// justify-content: flex-start;
|
||||
|
||||
.donate-icon {
|
||||
margin: 0.6875rem;
|
||||
|
@ -31,7 +29,6 @@ $tile-height: 244px;
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
// justify-content: flex-start;
|
||||
}
|
||||
|
||||
.donate-text {
|
||||
|
@ -63,12 +60,6 @@ $tile-height: 244px;
|
|||
}
|
||||
}
|
||||
|
||||
// @media only screen and (min-width: $mobile) and (max-width: $mobileIntermediate) {
|
||||
// .donate-banner .donate-container .donate-button {
|
||||
// margin: 0 0 1rem 0;
|
||||
// }
|
||||
// }
|
||||
|
||||
@media only screen and (max-width: $mobileIntermediate) {
|
||||
.donate-banner .donate-container .donate-central-items {
|
||||
flex-wrap: wrap;
|
||||
|
@ -77,7 +68,8 @@ $tile-height: 244px;
|
|||
padding-bottom: 2rem;
|
||||
}
|
||||
.donate-banner .donate-container .donate-button {
|
||||
margin: 0 0 1rem 0;
|
||||
margin-left: 0;
|
||||
margin-bottom: 1rem
|
||||
}
|
||||
.donate-banner .donate-close-button {
|
||||
top: 1rem;
|
||||
|
|
Loading…
Reference in a new issue