Files
NibasaViewer/viewer/static/css/styles.css

39 lines
1015 B
CSS
Raw Normal View History

2023-07-30 20:31:34 -04:00
/****************************************************************************
* 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;
}
2023-07-30 20:31:34 -04:00
/****************************************************************************
* Grid. *
****************************************************************************/
.column {
text-align: center;
border: black 1px solid;
}