fix(frontend): Warnings in HomePage opgelost
This commit is contained in:
		
							parent
							
								
									d29e2af31f
								
							
						
					
					
						commit
						a2248de290
					
				
					 1 changed files with 7 additions and 6 deletions
				
			
		|  | @ -25,9 +25,10 @@ | |||
|             <div class="container_left"> | ||||
|                 <img | ||||
|                     :src="dwengoLogo" | ||||
|                     alt="Dwengo logo" | ||||
|                     style="align-self: center" | ||||
|                 /> | ||||
|                 <h> {{ t("homeTitle") }}</h> | ||||
|                 <h1> {{ t("homeTitle") }}</h1> | ||||
|                 <p class="info"> | ||||
|                     {{ t("homeIntroduction1") }} | ||||
|                 </p> | ||||
|  | @ -55,7 +56,7 @@ | |||
|                         width="125" | ||||
|                         src="/assets/home/innovative.png" | ||||
|                     ></v-img> | ||||
|                     <h class="big">{{ t("innovative") }}</h> | ||||
|                     <h2 class="big">{{ t("innovative") }}</h2> | ||||
|                 </div> | ||||
|                 <div class="img_small"> | ||||
|                     <v-img | ||||
|  | @ -63,7 +64,7 @@ | |||
|                         width="125" | ||||
|                         src="/assets/home/research_based.png" | ||||
|                     ></v-img> | ||||
|                     <h class="big">{{ t("researchBased") }}</h> | ||||
|                     <h2 class="big">{{ t("researchBased") }}</h2> | ||||
|                 </div> | ||||
|                 <div class="img_small"> | ||||
|                     <v-img | ||||
|  | @ -71,7 +72,7 @@ | |||
|                         width="125" | ||||
|                         src="/assets/home/inclusive.png" | ||||
|                     ></v-img> | ||||
|                     <h class="big">{{ t("sociallyRelevant") }}</h> | ||||
|                     <h2 class="big">{{ t("sociallyRelevant") }}</h2> | ||||
|                 </div> | ||||
|                 <div class="img_small"> | ||||
|                     <v-img | ||||
|  | @ -79,7 +80,7 @@ | |||
|                         width="125" | ||||
|                         src="/assets/home/socially_relevant.png" | ||||
|                     ></v-img> | ||||
|                     <h class="big">{{ t("inclusive") }}</h> | ||||
|                     <h2 class="big">{{ t("inclusive") }}</h2> | ||||
|                 </div> | ||||
|             </div> | ||||
|             <div class="container_right"> | ||||
|  | @ -158,7 +159,7 @@ | |||
|         margin-bottom: 10px; | ||||
|     } | ||||
| 
 | ||||
|     h { | ||||
|     h2 { | ||||
|         font-size: large; | ||||
|         font-weight: bold; | ||||
|         align-self: center; | ||||
|  |  | |||
		Reference in a new issue
	
	 Gerald Schmittinger
						Gerald Schmittinger