mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 11:00:39 +00:00
- homepage illustrations part 2
This commit is contained in:
Vendored
-18
@@ -8,24 +8,6 @@
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.oasis-pricing {
|
||||
margin-top: 290px;
|
||||
|
||||
.main-title-sm,
|
||||
.sub-title-sm {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.title-wrapper {
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
|
||||
.theme-button {
|
||||
@include font-size(18);
|
||||
}
|
||||
}
|
||||
|
||||
.oasis-footer {
|
||||
background: white;
|
||||
display: flex;
|
||||
|
||||
+9
-2
@@ -4,11 +4,18 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1024px) {
|
||||
|
||||
.container {
|
||||
width: 100%;
|
||||
padding-left: 25px;
|
||||
padding-right: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 960px) {
|
||||
|
||||
// Components
|
||||
.container {
|
||||
width: 100%;
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user