29 lines
469 B
CSS
29 lines
469 B
CSS
/*
|
|
This program has been developed by students from the bachelor Computer Science at Utrecht
|
|
University within the Software Project course.
|
|
© Copyright Utrecht University (Department of Information and Computing Sciences)
|
|
*/
|
|
.read_the_docs {
|
|
color: #888;
|
|
}
|
|
|
|
.card {
|
|
padding: 2em;
|
|
}
|
|
|
|
.links {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 1em;
|
|
align-items: center;
|
|
}
|
|
|
|
.gap-xl {
|
|
gap: 2rem;
|
|
}
|
|
|
|
.links {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 1em;
|
|
} |