diff --git a/index.html b/index.html index b5b9bd9..8b378b8 100644 --- a/index.html +++ b/index.html @@ -1,24 +1,35 @@ + + Study Area CN + + + + + + + + + + + - - Study Area CN - - - - - - - - - - - - -
-
- - - - \ No newline at end of file + + +
+ + + diff --git a/src/App.vue b/src/App.vue index eb988a8..67947d6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,72 +1,104 @@ - + \ No newline at end of file + +mdui-card { + margin: 3px; + width: 24.5%; + height: 25%; +} + +@media screen and (max-width: 640px) { + mdui-card { + margin: 0; + width: 100%; + } + + mdui-layout-main{ + flex-direction: column; + } +} +