Files
gong.gp/css/main.css
T

63 lines
721 B
CSS
Raw Normal View History

2024-03-15 23:42:01 +01:00
.card {
cursor: pointer;
display: flex;
flex-direction: column;
height: 100%;
}
.card-content {
flex-grow: 1;
}
2024-03-13 19:37:09 +01:00
.charte-modal {
color: #07892f;
transition: color 0.3s ease;
}
.charte-modal:hover {
color: #46b10d;
}
.footer {
2024-03-14 02:27:10 +01:00
padding: 1rem;
2024-03-13 19:37:09 +01:00
position: fixed;
bottom: 0;
width: 100%;
2024-03-14 02:27:10 +01:00
}
.footer q {
font-size: 0.9rem;
line-height: 1.2;
}
.footer small {
font-size: 0.8rem;
2024-03-13 19:37:09 +01:00
}
.orientation-modal {
color: #da131a;
transition: color 0.3s ease;
}
.orientation-modal:hover {
color: #880005;
}
2024-03-13 22:14:35 +01:00
2024-03-18 18:33:34 +01:00
strong {
color: #f5f5f5;
}
2024-03-13 22:14:35 +01:00
#template {
margin-bottom: 10em;
}
2024-03-14 01:27:47 +01:00
@media (max-width: 768px) {
.columns.is-multiline {
max-width: 100%;
}
2024-03-18 02:10:19 +01:00
#template {
margin-bottom: 15em;
}
2024-03-14 01:27:47 +01:00
}