[2] apps/web: fix telegram icon margin
This commit is contained in:
parent
708dbe42f8
commit
63b35af1d7
@ -22,12 +22,6 @@ $layout-breakpoint-desktop: 1680px;
|
||||
width: 100%;
|
||||
padding: 25px 10px;
|
||||
margin-bottom: 0;
|
||||
|
||||
img {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: $layout-breakpoint-desktop) {
|
||||
|
||||
@ -2,5 +2,5 @@ import Image from 'next/image';
|
||||
import logo from 'public/assets/images/logo-primary.svg';
|
||||
|
||||
export function Logo() {
|
||||
return <Image src={logo} alt="logo" width={154} />;
|
||||
return <Image className="logo" src={logo} alt="logo" width={154} />;
|
||||
}
|
||||
|
||||
@ -4,3 +4,4 @@
|
||||
@import './error.css';
|
||||
@import './colors.css';
|
||||
@import './info.css';
|
||||
@import './logo.css';
|
||||
|
||||
5
apps/web/styles/logo.css
Normal file
5
apps/web/styles/logo.css
Normal file
@ -0,0 +1,5 @@
|
||||
.logo {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user