updated s
This commit is contained in:
parent
09fc4190e8
commit
555d96aa8d
|
|
@ -28,6 +28,38 @@
|
|||
color: red;
|
||||
}
|
||||
|
||||
#logo_full {
|
||||
display: none !important
|
||||
}
|
||||
#logo_small {
|
||||
display: block !important
|
||||
}
|
||||
@media (min-width: 1688px) {
|
||||
#logo_full {
|
||||
display: block !important
|
||||
}
|
||||
#logo_small {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
@media (max-width: 730px) {
|
||||
.navbarbuttoncontainer a {
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
@media (max-width: 970px) {
|
||||
.navbarbuttoncontainer a {
|
||||
font-size: 14px;
|
||||
top: 12px
|
||||
}
|
||||
}
|
||||
@media (max-width: 640px) {
|
||||
.navbarbuttoncontainer a {
|
||||
font-size: 12px;
|
||||
top: 10px
|
||||
}
|
||||
}
|
||||
|
||||
.popupcontainer {
|
||||
top: 0%;
|
||||
position: fixed;
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}">
|
||||
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
|
||||
<script src="{{ asset('js/main.js') }}"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}">
|
||||
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
|
||||
<script src="{{ asset('js/main.js') }}"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}">
|
||||
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
|
||||
<script src="{{ asset('js/main.js') }}"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}">
|
||||
<link href="{{ asset('css/app.css?id=e5Az527Gb1') }}" rel="stylesheet">
|
||||
<script src="{{ asset('js/main.js?id=z3b8JK2bff') }}"></script>
|
||||
@yield('extras')
|
||||
</head>
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}">
|
||||
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
|
||||
<script src="{{ asset('js/main.js') }}"></script>
|
||||
</head>
|
||||
<body>
|
||||
<br>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}">
|
||||
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
|
||||
<script src="{{ asset('js/main.js') }}"></script>
|
||||
</head>
|
||||
<body>
|
||||
<br>
|
||||
|
|
|
|||
Loading…
Reference in New Issue