mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
tile styling
This commit is contained in:
parent
3698e12c66
commit
a1c9744ee8
2 changed files with 6 additions and 5 deletions
|
@ -30,14 +30,14 @@ const StudioReportTile = props =>
|
|||
</div>
|
||||
{props.title &&
|
||||
<div className="studio-report-tile-text-container">
|
||||
<div className="studio-report-tile-text">
|
||||
<div className="studio-report-title-text">
|
||||
<h3>{props.title}</h3>
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
{props.description &&
|
||||
<div className="studio-report-tile-text-container">
|
||||
<div className="studio-report-tile-text">
|
||||
<div>
|
||||
{props.description}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -134,11 +134,12 @@ $radius: 8px;
|
|||
|
||||
.studio-report-tile-text-container {
|
||||
overflow: auto;
|
||||
height: 105px;
|
||||
height: 90px;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
.studio-report-tile-text {
|
||||
padding: 0.5rem;
|
||||
.studio-report-title-text {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.studio-report-tile-image-container {
|
||||
|
|
Loading…
Reference in a new issue