iflrandevu/assets/css/update.scss
2021-11-07 10:11:36 +01:00

31 lines
400 B
SCSS

html {
position: relative;
min-height: 100%;
}
header {
background: #daffeb;
margin-bottom: 25px;
}
header .page-title {
font-weight: lighter;
padding: 40px 0;
color: #429a82;
}
h3 {
margin-bottom: 40px;
}
.content {
margin-top: 30px;
}
footer {
position: absolute;
bottom: 0;
width: 100%;
background-color: #f5f5f5;
padding: 15px 40px;
}