mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-09-12 23:07:32 +00:00
General styles
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
min-height: calc(var(--vh) * 100);
|
||||
|
||||
.video_container {
|
||||
@include respond-to('mobile') {
|
||||
min-height: unset;
|
||||
}
|
||||
|
||||
position: relative;
|
||||
align-self: center;
|
||||
width: 102%;
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
.video_container {
|
||||
@include respond-to('mobile') {
|
||||
margin-top: unset;
|
||||
min-height: unset;
|
||||
}
|
||||
|
||||
align-self: center;
|
||||
|
||||
Reference in New Issue
Block a user