mirror of https://github.com/istio/istio.io.git
update social icons on mobile (#11697)
This commit is contained in:
parent
8a5a0efdb2
commit
f2ae16ea7a
|
@ -174,10 +174,15 @@
|
|||
display: inline-flex;
|
||||
|
||||
svg {
|
||||
width: 42px;
|
||||
height: 42px;
|
||||
width: 34px;
|
||||
height: 34px;
|
||||
fill: $textBrandColor;
|
||||
stroke: none;
|
||||
|
||||
@media (min-width: $bp-sm) {
|
||||
width: 42px;
|
||||
height: 42px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: $bp-lg) {
|
||||
|
|
Loading…
Reference in New Issue