forked from toolshed/coopcloud.tech
		
	fixed fonts, added spacing in autonomic hero
This commit is contained in:
		| @ -62,7 +62,10 @@ body { | ||||
|     color: $text-color; | ||||
|     padding: 0; | ||||
|     margin: 0; | ||||
|     font-family: 'Manrope', sans-serif; | ||||
| } | ||||
|  | ||||
| body >* { | ||||
|     font-family: 'Manrope', sans-serif !important; | ||||
| } | ||||
|  | ||||
| .question { | ||||
| @ -84,6 +87,7 @@ body { | ||||
|  | ||||
| button { | ||||
|     border-radius: 0 !important; | ||||
|     font-family: 'Manrope', sans-serif !important; | ||||
| } | ||||
|  | ||||
| button.grey-button { | ||||
| @ -129,6 +133,10 @@ hr { | ||||
| .is-autonomic { | ||||
|     background-color: $autonomic-red; | ||||
|     color: $white; | ||||
|      | ||||
|     p { | ||||
|         font-weight: 300; | ||||
|     } | ||||
|     h1 { | ||||
|         color: $white !important; | ||||
|     } | ||||
|  | ||||
| @ -4,11 +4,11 @@ | ||||
|       <h1 class="is-uppercase is-size-3 has-text-weight-bold">Who is involved</h1> | ||||
|       <hr class="hr-header has-background-white"> | ||||
|     </div> | ||||
|     <div class="columns is-multiline is-tablet is-variable is-5 is-vcentered"> | ||||
|       <div class="column is-one-third is-full-mobile"> | ||||
|     <div class="columns is-multiline is-tablet is-variable is-vcentered"> | ||||
|       <div class="column is-one-quarter is-full-mobile"> | ||||
|         <img id="autonomic-logo" alt="Autonomic Logo" width="350px" src="/svg/autonomic_logo_white.svg"> | ||||
|       </div> | ||||
|       <div class="column is-half-widescreen is-two-thirds-tablet is-desktop"> | ||||
|       <div class="column is-half-widescreen is-two-thirds-tablet is-offset-1 is-desktop"> | ||||
|         <p class="is-size-4 block">{{ site.Data.who_is_involved.text }}</p> | ||||
|         <button class="button is-autonomic has-text-white is-large"><a href="{{ site.Params.links.autonomicSite }}">visit: autonomic.zone</a></button> | ||||
|       </div> | ||||
|  | ||||
| @ -6,8 +6,8 @@ | ||||
|     <p id="community-project" class="is-size-3"> | ||||
|         This is a community project. | ||||
|     </p> | ||||
|     <div class=""> | ||||
|       <button id="get-involved" class="button grey-button is-uppercase is-medium has-text-weight-bold">Get involved</button> | ||||
|     <div> | ||||
|       <button id="get-involved" class="button grey-button is-uppercase is-medium has-text-weight-bold"><a href="{{ site.Params.links.getinvolved}}">Get involved</a></button> | ||||
|     </div> | ||||
|   </div> | ||||
| </section> | ||||
		Reference in New Issue
	
	Block a user