mirror of
https://github.com/rubjo/victor-mono.git
synced 2026-08-24 02:34:12 -05:00
Merge pull request #39 from mingaldrichgan/hori
Fix typo (horisontal -> horizontal)
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
font-family: 'VictorMono-Oblique', monospace;
|
||||
}
|
||||
|
||||
.horisontal-large-image {
|
||||
.horizontal-large-image {
|
||||
width: 100vw;
|
||||
height: 37vw;
|
||||
margin-top: 2em;
|
||||
|
||||
Reference in New Issue
Block a user