renaming and dynamic layout
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<section class="outer-bought">
|
||||
<h3>Loddstatistikk</h3>
|
||||
|
||||
<div class="inner-bought-container total-ballots">
|
||||
<div class="total-ballots">
|
||||
Totalt
|
||||
<span class="total">{{ total }}</span>
|
||||
kjøpte og
|
||||
@@ -145,6 +145,12 @@ export default {
|
||||
@import "../styles/variables.scss";
|
||||
@import "../styles/media-queries.scss";
|
||||
|
||||
@include mobile{
|
||||
section {
|
||||
margin-top: 5em;
|
||||
}
|
||||
}
|
||||
|
||||
.total-ballots {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user