Nistor Cristian 8d885ac5ae Improved responsve for docs.
Fixed images on homepage.
Created submenu.
Improved responsive on homepage.
2018-10-04 15:50:01 +03:00

54 lines
876 B
Stylus

global-reset()
html
box-sizing: border-box
*, *:before, *:after
box-sizing: inherit
button
input[type="reset"]
input[type="button"]
input[type="submit"]
&::-moz-focus-inner
padding: 0
margin: 0
border: 0
input, button, select
margin: 0
padding: 0
border: 0
html, body
@media screen
height: 100%
// overflow: hidden
body
background: color-navy
font-size: font-size
font-family: font-sans
color: color-default
text-rendering: optimizeLegibility
-webkit-font-smoothing: antialiased
-moz-osx-font-smoothing: grayscale
overflow-x: hidden
.wrapper
clearfix()
@media screen
max-width: 1240px;
margin: 0 auto;
padding: 0 20px;
.inner
clearfix()
@media screen
padding: 0 gutter-width
#content-wrap
background: color-background-light
border-bottom: 1px solid darken(color-navy, 5%)
margin: -1px 0