1
1
mirror of https://github.com/rubjo/victor-mono.git synced 2024-11-26 21:34:47 +03:00
This commit is contained in:
Rune Bjørnerås 2019-10-06 22:40:25 +02:00
commit fb2d725a97
2 changed files with 3 additions and 3 deletions

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;

View File

@ -55,7 +55,7 @@
font-family: 'VictorMono-Oblique', monospace;
}
.horisontal-large-image {
.horizontal-large-image {
width: 100vw;
height: 37vw;
margin-top: 2em;