Преглед на файлове

Fixed small issue with height of cards

theflametrooper преди 8 години
родител
ревизия
0874321a97
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      frontend/components/pages/Home.vue

+ 2 - 2
frontend/components/pages/Home.vue

@@ -118,7 +118,7 @@
 	}
 </script>
 
-<style lang="scss">
+<style lang='scss'>
 	@import 'theme.scss';
 
 	* { box-sizing: border-box; }
@@ -199,7 +199,7 @@
 		}
 	}
 
-	.card {
+	.group .card {
 		display: inline-block;
 		height: 415px;
 		overflow: hidden;