mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
introduce djhtml as jinja+scss formater
This commit is contained in:
committed by
Bartuccio Antoine
parent
13d0d2a300
commit
b25805e0a1
@ -50,7 +50,7 @@
|
||||
align-items: flex-start;
|
||||
max-height: 65px;
|
||||
}
|
||||
|
||||
|
||||
> span {
|
||||
height: 150px;
|
||||
width: 100%;
|
||||
@ -66,14 +66,14 @@
|
||||
max-height: 100%;
|
||||
height: auto;
|
||||
object-fit: contain;
|
||||
|
||||
|
||||
@media (max-width: 375px) {
|
||||
max-width: 100%;
|
||||
max-height: 65px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
> em {
|
||||
box-sizing: border-box;
|
||||
padding: 0 5px;
|
||||
|
@ -35,7 +35,7 @@ main {
|
||||
> span {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
|
||||
> span > span,
|
||||
> span {
|
||||
display: flex;
|
||||
@ -43,7 +43,7 @@ main {
|
||||
flex-wrap: wrap;
|
||||
gap: 5px;
|
||||
width: 100%;
|
||||
|
||||
|
||||
>.button {
|
||||
font-size: smaller;
|
||||
width: 100%;
|
||||
|
Reference in New Issue
Block a user