63 lines
1.2 KiB
CSS
63 lines
1.2 KiB
CSS
/****************************************************************************
|
|
* Containers. *
|
|
****************************************************************************/
|
|
|
|
.centered-container {
|
|
width: 100%;
|
|
text-align: center;
|
|
margin-bottom: 0.5em;
|
|
}
|
|
|
|
.background {
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.image-container {
|
|
height: 75vh;
|
|
}
|
|
|
|
.fc {
|
|
width: fit-content;
|
|
}
|
|
|
|
/****************************************************************************
|
|
* Content. *
|
|
****************************************************************************/
|
|
|
|
.image {
|
|
height: 100%;
|
|
}
|
|
|
|
.mauto {
|
|
margin: auto;
|
|
}
|
|
|
|
.navigation-icon {
|
|
width: 100px;
|
|
}
|
|
|
|
.small-nav-icon {
|
|
width: 3em;
|
|
}
|
|
|
|
.mb-2 {
|
|
margin-bottom: 2em;
|
|
}
|
|
|
|
.mr-2 {
|
|
margin-right: 2em;
|
|
}
|
|
|
|
.ml-2 {
|
|
margin-left: 2em;
|
|
}
|
|
|
|
/****************************************************************************
|
|
* Grid. *
|
|
****************************************************************************/
|
|
|
|
.column {
|
|
text-align: center;
|
|
border: black 1px solid;
|
|
}
|