mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 17:45:52 -05:00
commit
469878a2fc
2 changed files with 10 additions and 5 deletions
|
@ -75,9 +75,12 @@
|
|||
}
|
||||
|
||||
.studio-report-tile-image {
|
||||
border-radius: 0.5rem;
|
||||
max-width: 130px;
|
||||
max-height: 100px;
|
||||
width: 150px;
|
||||
height: 98px;
|
||||
border-radius: 4px;
|
||||
background: white;
|
||||
box-sizing: border-box;
|
||||
border: 2px solid rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
.studio-report-selected {
|
||||
|
|
|
@ -150,9 +150,11 @@ $radius: 8px;
|
|||
|
||||
.studio-image {
|
||||
width: 300px;
|
||||
height: 225px;
|
||||
object-fit: cover;
|
||||
height: 195px;
|
||||
border-radius: 8px;
|
||||
background: white;
|
||||
box-sizing: border-box;
|
||||
border: 2px solid rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
.studio-follow-button {
|
||||
|
|
Loading…
Reference in a new issue