MAPG-103 make some CSS rules more general

This commit is contained in:
Bence Pőcze 2020-06-05 19:36:07 +02:00
parent bb29bfdfe1
commit 55a1cd24d6
3 changed files with 6 additions and 11 deletions

View File

@ -1,13 +1,3 @@
#roundInfo {
line-height: inherit;
text-align: right;
}
#roundInfo p {
font-size: 16px;
line-height: inherit;
}
#panorama {
width: 100%;
height: calc(100% - 40px);

View File

@ -228,6 +228,11 @@ div.header.small {
line-height: 40px;
}
div.header>div.grid>:nth-child(2) {
line-height: inherit;
text-align: right;
}
div.main {
padding: 6px 12px;
}

View File

@ -8,7 +8,7 @@
<span>MapGuesser</span>
</a>
</h1>
<p id="roundInfo">Round: <span id="currentRound" class="mono bold"></span> | Score: <span id="currentScoreSum" class="mono bold"></span></p>
<p>Round: <span id="currentRound" class="mono bold"></span> | Score: <span id="currentScoreSum" class="mono bold"></span></p>
</div>
</div>
<div id="cover"></div>