mirror of
https://github.com/rubjo/victor-mono.git
synced 2024-11-26 21:34:47 +03:00
Merge branch 'master' of https://github.com/rubjo/victor-mono
This commit is contained in:
commit
fb2d725a97
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user