24 lines
294 B
CSS
24 lines
294 B
CSS
|
.main-container{
|
||
|
text-align: center;
|
||
|
padding: 40px;
|
||
|
width: 70%;
|
||
|
margin: auto;
|
||
|
}
|
||
|
|
||
|
.title{
|
||
|
font-weight: bold;
|
||
|
font-size: 4pc;
|
||
|
margin-bottom: 40px;
|
||
|
}
|
||
|
|
||
|
.frontpage-logo{
|
||
|
margin-bottom: 50px;
|
||
|
width: 300px;
|
||
|
}
|
||
|
|
||
|
.site-description{
|
||
|
margin-bottom: 10px;
|
||
|
font-size: 1.25pc;
|
||
|
text-align: left;
|
||
|
}
|