mirror of
https://github.com/jcreek/AssessmentAnalyser.git
synced 2026-07-12 18:33:47 +00:00
27 lines
480 B
CSS
27 lines
480 B
CSS
body {
|
|
padding-top: 70px;
|
|
margin-bottom: 60px; /* Margin bottom by footer height */
|
|
}
|
|
|
|
#greeting {
|
|
background-color: #F8F8F8;
|
|
font-family: 'Open Sans', sans-serif;
|
|
font-size: 24px;
|
|
margin: 15px;
|
|
}
|
|
|
|
.footer {
|
|
width: 100%;
|
|
height: 60px; /* Set the fixed height of the footer here */
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
.footer .container {
|
|
width: auto;
|
|
max-width: 680px;
|
|
padding: 0 15px;
|
|
text-align: center;
|
|
}
|
|
.footer .container .text-muted {
|
|
margin: 20px 0;
|
|
} |