mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Clean up a few lint warnings
This commit is contained in:
parent
537104c56b
commit
cbf76ec636
3 changed files with 4 additions and 4 deletions
|
@ -35,7 +35,7 @@
|
|||
|
||||
.intel {
|
||||
img {
|
||||
max-height: 50px
|
||||
max-height: 50px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
padding-top: 5px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
.right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
|
||||
.spinner {
|
||||
margin: 0 .8rem;
|
||||
width: 1rem;
|
||||
|
|
|
@ -164,7 +164,7 @@ dl {
|
|||
dt {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
|
||||
dd {
|
||||
margin: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue