Skip to content

Commit 63d42ab

Browse files
committed
fix: maybe fixes logo overflow
1 parent 72b8f42 commit 63d42ab

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

src/index.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,14 +186,13 @@ body {
186186

187187
.landing-image {
188188
flex: auto;
189-
height: 80vh;
190-
width: 80vw;
189+
width: 60vw;
191190
}
192191

193192
.self-promotion-link {
194193
transform: translate(-50%);
195194
position: absolute;
196-
top: 78vh;
195+
top: 63vh;
197196
left: 25%;
198197
}
199198

src/views/Landing/LandingPage.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ class LandingPage extends Component {
1515
className="landing-image"
1616
src="/images/urhomatti4_logo_yellow_with_separators.svg"
1717
alt="Urho Matti 4.0 logo"
18-
height="100%"
19-
width="100%"
2018
/>
2119
<a
2220
href="https://github.com/DigitKoodit/UrhoMatti"

0 commit comments

Comments
 (0)