@uob-web-and-digital/uob-components
Advanced tools
Comparing version 0.1.43 to 0.1.44
{ | ||
"name": "@uob-web-and-digital/uob-components", | ||
"version": "0.1.43", | ||
"version": "0.1.44", | ||
"main": "dist/main.js", | ||
@@ -5,0 +5,0 @@ "description": "University of Birmingham - Component Library", |
@@ -7,2 +7,4 @@ import styled, { css } from "styled-components"; | ||
position: relative; | ||
height: 65vw; | ||
max-height: ${rem(600)}; | ||
@@ -36,7 +38,2 @@ ${(props) => | ||
`} | ||
@media ${breakpoint.xl} { | ||
height: 65vw; | ||
max-height: ${rem(600)}; | ||
} | ||
`; | ||
@@ -43,0 +40,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
16519842
29036