Explorar el Código

scrolling and logo

master
Florian Eisenmenger hace 2 años
padre
commit
ee4bdc8886
Se han modificado 3 ficheros con 3 adiciones y 3 borrados
  1. +1
    -1
      matsen-tool/src/app/app-routing.module.ts
  2. +1
    -1
      matsen-tool/src/app/app.component.html
  3. +1
    -1
      matsen-tool/src/app/app.component.scss

+ 1
- 1
matsen-tool/src/app/app-routing.module.ts Ver fichero

@@ -87,7 +87,7 @@ const routes: Routes = [
];

@NgModule({
imports: [RouterModule.forRoot(routes)],
imports: [RouterModule.forRoot(routes, {scrollPositionRestoration: 'enabled'})],
exports: [RouterModule]
})
export class AppRoutingModule {


+ 1
- 1
matsen-tool/src/app/app.component.html Ver fichero

@@ -4,7 +4,7 @@
<div class="navbar-nav">
<a class="nav-item nav-link" routerLink="/" routerLinkActive="active"
[routerLinkActiveOptions]="{exact: true}">
<img src="./assets/images/specific/matsen_logo.svg" width="247" height="94"
<img src="./assets/images/specific/matsen_logo.svg" width="210" height="80"
alt="{{'basic.company-name' | translate}}"/>
</a>
</div>


+ 1
- 1
matsen-tool/src/app/app.component.scss Ver fichero

@@ -1,3 +1,3 @@
img {
width: 247px;
width: 210px;
}

Cargando…
Cancelar
Guardar