Projekt

Obecné

Profil

« Předchozí | Další » 

Revize c74e9df8

Přidáno uživatelem Jiří Noháč před asi 4 roky(ů)

Issue #8049 @0.5h

Zmena scaelovani nazvu Choose a topic. Nyni se jeho velikost pres 545px nebude tak rapidne zvetsovat

Zobrazit rozdíly:

resources/sass/_custom.scss
717 717
    .category-h2 {
718 718
        color: $theme-color-four;
719 719
    }
720

  
721
    //CATEGORIES - Choose a topic TITLE
722
    .head-title.text-center.cat-main-topic{
723

  
724
        h1{
725
            font-size: 1.9rem;
726
        }
727
    }
720 728
}
721 729

  
722 730
.arrow {
resources/views/categories/index.blade.php
7 7
        @if(isset($user))
8 8
            {{--<p><?php dd($categories); ?></p>--}}
9 9
            <div class="cat-main-div" onclick="resetEnter()">
10
                <div class="head-title text-center">
10
                <div class="head-title text-center cat-main-topic">
11 11
                    <h1>choose a topic</h1>
12 12
                </div>
13

  
14 13
                <div class="d-flex flex-wrap justify-content-around">
15 14
                    @for($k = 0; $k < $count;$k++)
16

  
17 15
                        {{--                        <div class="d-flex cat-col-md-2">--}}
18 16
                        <div class="d-flex col-sm-12 col-md-6 col-lg-4 col-xl-3">
19 17
                            <a href="{{ url('/category/' . $categoryNames[$k]->id) }}"
......
21 19
                                {{$categoryNames[$k]->nameCZ}}
22 20
                            </a>
23 21
                        </div>
24

  
25 22
                    @endfor
26 23
                </div>
27 24
            </div>

Také k dispozici: Unified diff