Changed layout, taht everything is max 1200px width and centered

This commit is contained in:
2026-02-23 08:41:49 +01:00
parent 6330d45b4e
commit 30965afcbd
10 changed files with 42 additions and 30 deletions

View File

@@ -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) {

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>