changes
This commit is contained in:
parent
bc9cb96d9d
commit
994333f408
3 changed files with 1 additions and 11 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -1,11 +1 @@
|
||||||
|
|
||||||
storage/logs/laravel.log
|
|
||||||
|
|
||||||
storage/framework/sessions/FxwTZF7Rhp3m0SuU25yxVsOq1CxCRE3xwHvMpS9C
|
|
||||||
|
|
||||||
database/app.sqlite
|
|
||||||
|
|
||||||
bootstrap/cache/services.php
|
|
||||||
|
|
||||||
bootstrap/cache/packages.php
|
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|
|
@ -3667,7 +3667,6 @@ body {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-container iframe {
|
.video-container iframe {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -50px;
|
top: -50px;
|
||||||
|
|
|
@ -24,6 +24,7 @@ body {
|
||||||
height: auto;
|
height: auto;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-container {
|
.video-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Reference in a new issue