diff options
Diffstat (limited to '_scss')
| -rw-r--r-- | _scss/_welcome.scss | 20 | 
1 files changed, 20 insertions, 0 deletions
| diff --git a/_scss/_welcome.scss b/_scss/_welcome.scss new file mode 100644 index 0000000..6499dcc --- /dev/null +++ b/_scss/_welcome.scss @@ -0,0 +1,20 @@ +main { +  left: 50%; +  position: absolute; +  text-align: center; +  top: 40%; +  transform: translate(-50%, -50%); + +  div { +    white-space: nowrap; + +    a { +      color: $color-text; +      padding: 0 .5em; + +      &:visited { +        color: $color-text; +      } +    } +  } +}
\ No newline at end of file | 
