Skip to content

Commit

Permalink
fix responsive styling
Browse files Browse the repository at this point in the history
  • Loading branch information
F-Node-Karlsruhe committed Dec 13, 2022
1 parent a63dbab commit 3a37fe4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { createStore } from 'vuex'

export default createStore({
state: {
version: '0.3.4',
version: '0.3.5',
credentials: [],
VC_REGISTRY: process.env.VC_REGISTRY || 'https://ssi.eecc.de/api/registry/vcs/',
showQRModal: false
Expand Down
3 changes: 2 additions & 1 deletion frontend/src/styles/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ html, body {margin: 0; height: 100%; overflow: hidden}

#maincard {
min-width: 80%;
height: 90vh;
max-height: 90vh;

@media (max-width: 768px) {
border-radius: 0;
height: 100%;
max-height: 100%;
width: 100%;
}

Expand Down

0 comments on commit 3a37fe4

Please sign in to comment.