Ver Fonte

refactor: small styling changes for homepage cards

Kristian Vos há 5 anos atrás
pai
commit
e9fce63cf6
1 ficheiros alterados com 5 adições e 5 exclusões
  1. 5 5
      frontend/components/pages/Home.vue

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

@@ -334,7 +334,7 @@ html {
 	}
 
 	i {
-		font-size: 19px;
+		font-size: 20px;
 	}
 
 	* {
@@ -368,7 +368,7 @@ html {
 	overflow: hidden;
 	margin: 10px;
 	cursor: pointer;
-	height: 480px;
+	height: 485px;
 	transition: all ease-in-out 0.2s;
 
 	.card-content {
@@ -391,7 +391,7 @@ html {
 				max-height: 30px;
 
 				h5 {
-					font-weight: 900;
+					font-weight: 400;
 					margin: 0;
 					display: inline;
 					margin-right: 6px;
@@ -452,8 +452,8 @@ html {
 		align-items: center;
 		background: $primary-color;
 		width: 100%;
-		height: 25px;
-		line-height: 25px;
+		height: 30px;
+		line-height: 30px;
 		color: $white;
 		font-weight: 400;
 		font-size: 12px;