mirror of
https://github.com/Floriansylvain/projet_programmation_web.git
synced 2026-08-19 11:43:16 +02:00
💄 Results content now displayed in a grid
This commit is contained in:
@@ -156,7 +156,7 @@ function focusResults(result) {
|
||||
elemContent.style.display = 'none'
|
||||
} else {
|
||||
let display = elemContent.style.display
|
||||
elemContent.style.display = display === 'none' || display === '' ? 'block' : 'none'
|
||||
elemContent.style.display = display === 'none' || display === '' ? 'grid' : 'none'
|
||||
}
|
||||
})
|
||||
fadeIn()
|
||||
|
||||
@@ -396,6 +396,7 @@ footer svg {
|
||||
|
||||
.element-content {
|
||||
display: none;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
|
||||
.fade-in {
|
||||
|
||||
Reference in New Issue
Block a user