Added mobile friendly version
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 22s
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 22s
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@import "../../vars.scss";
|
||||
|
||||
:host {
|
||||
display: flex;
|
||||
padding: 2rem 0;
|
||||
@@ -31,3 +33,19 @@
|
||||
font-family: 'Libre Barcode 128 Text';
|
||||
font-size: 5rem;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: $small-screen) {
|
||||
:host {
|
||||
flex-direction: column;
|
||||
}
|
||||
.contact {
|
||||
width: 100%;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.barcode {
|
||||
font-size: 3rem;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user