mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-13 09:11:19 -05:00
19 lines
282 B
SCSS
19 lines
282 B
SCSS
@import "../../frameless";
|
|
|
|
.join {
|
|
position: absolute;
|
|
z-index: 1000;
|
|
top: 12px;
|
|
left: 12px;
|
|
left: calc(25% - 76px);
|
|
|
|
.logo {
|
|
width: 76px;
|
|
}
|
|
}
|
|
|
|
@media #{$small}, #{$medium}, #{$intermediate} {
|
|
.join {
|
|
left: calc(50% - 38px);
|
|
}
|
|
}
|