Overhauled front page and added subsections
This commit is contained in:
1672
css/font-awesome.css
vendored
1672
css/font-awesome.css
vendored
File diff suppressed because it is too large
Load Diff
@@ -45,7 +45,7 @@ p {
|
||||
}
|
||||
|
||||
a {
|
||||
color: #2C7AB7;
|
||||
color: #2C9FFF;
|
||||
-webkit-transition: all .2s ease-in-out;
|
||||
-moz-transition: all .2s ease-in-out;
|
||||
transition: all .2s ease-in-out;
|
||||
@@ -70,7 +70,7 @@ a:focus {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.documentation b {
|
||||
color: #2C7AB7;
|
||||
color: #2C9FFF;
|
||||
}
|
||||
|
||||
.navbar-custom {
|
||||
@@ -305,7 +305,8 @@ a:focus {
|
||||
|
||||
@media(min-width:767px) {
|
||||
.content-section {
|
||||
padding-top: 50px;
|
||||
padding-top: 100px;
|
||||
padding-bottom: 100px;
|
||||
}
|
||||
|
||||
.download-section {
|
||||
@@ -329,8 +330,8 @@ a:focus {
|
||||
}
|
||||
|
||||
.btn-default {
|
||||
border: 1px solid aqua;
|
||||
color: aqua;
|
||||
border: 1px solid #2C9FFF;
|
||||
color: #2C9FFF;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user