forked from rebillar/site-accueil-insa
Fixed mobile score view not centered
This commit is contained in:
parent
2f58d192b7
commit
a4947bbbeb
1 changed files with 8 additions and 5 deletions
|
@ -1,16 +1,18 @@
|
|||
|
||||
#mobile-score {
|
||||
display: none;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#mobile-score .title-image {
|
||||
height: 100px;
|
||||
margin: 0;
|
||||
height: 80px;
|
||||
margin: 0 auto 0 auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#mobile-score .score-display {
|
||||
background: #1c1c1c;
|
||||
box-shadow: 0 0 5px #000;
|
||||
#mobile-score .score-container {
|
||||
margin: 0 auto 0 auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#top-bar-score {
|
||||
|
@ -111,6 +113,7 @@
|
|||
#mobile-score {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#main-score .score-container a {
|
||||
display: block;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue