Responsive logo
This commit is contained in:
parent
3b68a7ec6d
commit
725fb96408
|
@ -23,6 +23,13 @@
|
||||||
.discover {
|
.discover {
|
||||||
color: #4285f4;
|
color: #4285f4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media all and (max-height: 370px) {
|
||||||
|
iron-icon{
|
||||||
|
width: 32px;
|
||||||
|
height: 32px;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<iron-icon icon="chat:wifi-tethering"></iron-icon>
|
<iron-icon icon="chat:wifi-tethering"></iron-icon>
|
||||||
<div class="paper-font-body1">
|
<div class="paper-font-body1">
|
||||||
|
|
Loading…
Reference in New Issue