Skip to content
Snippets Groups Projects
Commit ac7463ed authored by Alexis POYEN's avatar Alexis POYEN
Browse files

Merge branch '87-responsive-design-for-votes' into 'master'

UI : reponsive design for votes

Closes #87

See merge request !89
parents e28489fe 7f998f53
No related branches found
No related tags found
1 merge request!89UI : reponsive design for votes
Pipeline #6787 passed
......@@ -56,7 +56,7 @@ class Vote {
<nav class="level">
<div class="level-left" id="votes-stats" style="margin: auto;
width: 100%;"></div>
<div class="level-right">
<div id="votes-buttons" class="level-right">
<button id="votes-return" class="button level-item">
Retour
</button>
......
......@@ -232,3 +232,10 @@ select {
text-align: justify;
padding: 2em;
}
@media only screen and (max-device-width: 480px) {
#votes-buttons {
justify-content: center;
display: grid;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment