Merge pull request #39 from mingaldrichgan/hori

Fix typo (horisontal -> horizontal)
This commit is contained in:
rubjo
2019-09-22 12:26:53 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
<template>
<div class="horisontal-large-image">
<div class="horizontal-large-image">
<img
:class="image"
:src="imagePath"
@@ -37,7 +37,7 @@ export default {
<style
lang="scss"
>
.horisontal-large-image {
.horizontal-large-image {
width: 100%;
height: 37vw;
overflow: hidden;
+1 -1
View File
@@ -55,7 +55,7 @@
font-family: 'VictorMono-Oblique', monospace;
}
.horisontal-large-image {
.horizontal-large-image {
width: 100vw;
height: 37vw;
margin-top: 2em;