Changed layout, taht everything is max 1200px width and centered
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div class="container">
|
||||
<div class="algo-container">
|
||||
<h1>{{ 'ALGORITHM.TITLE' |translate }}</h1>
|
||||
<div class="category-cards">
|
||||
@for (category of categories$ | async; track category.id) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<mat-card class="container">
|
||||
<mat-card class="algo-container">
|
||||
<mat-card-header>
|
||||
<mat-card-title>{{ 'GOL.TITLE' | translate }}</mat-card-title>
|
||||
</mat-card-header>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<mat-card class="container">
|
||||
<mat-card class="algo-container">
|
||||
<mat-card-header>
|
||||
<mat-card-title>{{ 'FRACTAL.TITLE' | translate }}</mat-card-title>
|
||||
</mat-card-header>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<mat-card class="container">
|
||||
<mat-card class="algo-container">
|
||||
<mat-card-header>
|
||||
<mat-card-title>{{ 'FRACTAL3D.TITLE' | translate }}</mat-card-title>
|
||||
</mat-card-header>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<mat-card class="container">
|
||||
<mat-card class="algo-container">
|
||||
<mat-card-header>
|
||||
<mat-card-title>{{ 'LABYRINTH.TITLE' | translate }}</mat-card-title>
|
||||
</mat-card-header>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<mat-card class="container">
|
||||
<mat-card class="algo-container">
|
||||
<mat-card-header>
|
||||
<mat-card-title>{{ 'PATHFINDING.TITLE' | translate }}</mat-card-title>
|
||||
</mat-card-header>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<mat-card class="container">
|
||||
<mat-card class="algo-container">
|
||||
<mat-card-header>
|
||||
<mat-card-title>{{ 'PENDULUM.TITLE' | translate }}</mat-card-title>
|
||||
</mat-card-header>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<mat-card class="container sorting-card">
|
||||
<mat-card class="algo-container sorting-card">
|
||||
<mat-card-header>
|
||||
<mat-card-title>{{ 'SORTING.TITLE' | translate }}</mat-card-title>
|
||||
</mat-card-header>
|
||||
|
||||
Reference in New Issue
Block a user