labolyon.fr/css/style.css

23 lines
280 B
CSS
Raw Normal View History

body {
overflow-x: hidden;
}
header {
text-align: center;
}
header .container {
padding-top: 100px;
padding-bottom: 50px;
}
header img {
display: block;
margin: 0 auto 20px;
}
header .intro-text .skills {
font-size: 1.25em;
font-weight: 300;
}