Skip to content

Commit

Permalink
Fixed spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Nov 28, 2023
1 parent 8d8975c commit c5e50a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/showcase/layout/doc/app.docsectiontext.component.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ChangeDetectorRef, Component, ElementRef, Input } from '@angular/core';
import { Location } from '@angular/common';
import { ChangeDetectorRef, Component, ElementRef, Input } from '@angular/core';
import { Router } from '@angular/router';

@Component({
Expand All @@ -12,7 +12,7 @@ import { Router } from '@angular/router';
<div class="doc-section-description" *ngIf="description">
<p class="mt-3">{{ description || null }}</p>
</div>
<h3 class="doc-section-label" *ngIf="level === 3">
<h3 class="doc-section-label mt-4" *ngIf="level === 3">
{{ title }}
<a (click)="navigate($event)" class="cursor-pointer" [id]="id">#</a>
</h3>
Expand Down

1 comment on commit c5e50a4

@vercel
Copy link

@vercel vercel bot commented on c5e50a4 Nov 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.