47 lines
1.1 KiB
CSS
47 lines
1.1 KiB
CSS
/****************************************************************************
|
|
* Containers. *
|
|
****************************************************************************/
|
|
|
|
.centered-container {
|
|
width: 100%;
|
|
text-align: center;
|
|
margin-bottom: 0.5em;
|
|
}
|
|
|
|
.background {
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.image-container {
|
|
height: 75vh;
|
|
}
|
|
|
|
/****************************************************************************
|
|
* Content. *
|
|
****************************************************************************/
|
|
|
|
.image {
|
|
height: 100%;
|
|
}
|
|
|
|
.mauto {
|
|
margin: auto;
|
|
}
|
|
|
|
.navigation-icon {
|
|
width: 100px;
|
|
}
|
|
|
|
.mb-2 {
|
|
margin-bottom: 2em;
|
|
}
|
|
|
|
/****************************************************************************
|
|
* Grid. *
|
|
****************************************************************************/
|
|
|
|
.column {
|
|
text-align: center;
|
|
border: black 1px solid;
|
|
}
|