Merge branch 'master' of github.com:lefuturiste/FVA-server
This commit is contained in:
commit
4817bc216d
3 changed files with 5 additions and 5 deletions
|
@ -681,7 +681,7 @@ RESPONSIVE
|
|||
|
||||
@media (max-width: 1200px) {
|
||||
.schedule-category-days-container {
|
||||
margin-right: 25em;
|
||||
margin-right: 5em;
|
||||
}
|
||||
.media-modal {
|
||||
width: 70%;
|
||||
|
@ -830,7 +830,7 @@ RESPONSIVE
|
|||
|
||||
@media (max-width: 600px) {
|
||||
.schedule-category-days-container {
|
||||
margin-right: 1em;
|
||||
margin-right: 2em;
|
||||
padding-left: 1em;
|
||||
padding-right: 1em;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -106,7 +106,7 @@
|
|||
<div class="schedule-category">
|
||||
<div class="schedule-category-header" title="Déroulez">
|
||||
<div class="schedule-category-name">
|
||||
{{ item.name }}
|
||||
{{ item.name }} <span class="separator">-</span> {{ item.description }}
|
||||
</div>
|
||||
<svg class="schedule-category-collapse-icon"
|
||||
aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
||||
|
|
Loading…
Reference in a new issue