first belajar git
This commit is contained in:
38
scss/layout/_container.scss
Normal file
38
scss/layout/_container.scss
Normal file
@@ -0,0 +1,38 @@
|
||||
html {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
@media (max-width: 1279px) {
|
||||
.v-main {
|
||||
margin: 0 10px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.cursor-pointer {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.page-wrapper {
|
||||
min-height: calc(100vh - 100px);
|
||||
padding: 24px;
|
||||
|
||||
@media screen and (max-width: 767px) {
|
||||
padding: 20px 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.maxWidth {
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
padding: 0 20px;
|
||||
|
||||
@media screen and (max-width: 1199px) {
|
||||
padding: 0 8px !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.h-100vh {
|
||||
height: 100vh;
|
||||
}
|
||||
Reference in New Issue
Block a user