mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-13 09:11:19 -05:00
12 lines
174 B
SCSS
12 lines
174 B
SCSS
|
@import "../../colors";
|
||
|
@import "../../typography";
|
||
|
|
||
|
.view {
|
||
|
.guidelines-footer {
|
||
|
text-align: center;
|
||
|
img {
|
||
|
margin: 0 auto;
|
||
|
}
|
||
|
}
|
||
|
}
|