ruby-x.github.io/app/assets/stylesheets/site.sass

46 lines
652 B
Sass
Raw Normal View History

2018-04-11 09:20:08 +02:00
@import "susy"
$susy: ( columns: 12, gutters: 1/4, gutter-position: inside )
2017-11-28 19:59:01 +01:00
a
color: #53a5ff
text-decoration: none
2018-04-11 09:20:08 +02:00
.container
width: 90%
max-width: 1000px
margin: 0 auto
2017-11-28 19:59:01 +01:00
.container
max-width: 90%
ul.nav
text-align: center
li
display: inline
margin-left: 5px
&:before
color: #b5e853
content: ">> "
width: 30px
height: 30px
left: -30px
a
border-bottom: 1px dashed #53a5ff
&:hover
border-bottom: 0px
small
color: lightgrey
.center
text-align: center
.row
clear: both
width: 100%
.tripple
2018-04-11 09:20:08 +02:00
@include span(4)
2017-11-28 19:59:01 +01:00
.main
width: 78%
.menu
width: 20%