simplify themes by using less
also adding additional css rules to less which have already been in the assets/css but not in less (base.less, responsive.less)
This commit is contained in:
@ -71,6 +71,15 @@ p {
|
||||
.profile {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.profile-img {
|
||||
//used for profile image
|
||||
max-width: 100px;
|
||||
margin-bottom: 15px;
|
||||
border: 0px solid #fff;
|
||||
border-radius: 100%;
|
||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
.contact-list {
|
||||
.fa {
|
||||
margin-right: 5px;
|
||||
|
@ -1,6 +1,10 @@
|
||||
/* Extra small devices (phones, less than 768px) */
|
||||
@media (max-width: 767px) {
|
||||
|
||||
body{
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.sidebar-wrapper {
|
||||
position: static;
|
||||
width: inherit;
|
||||
|
@ -1,12 +0,0 @@
|
||||
/*
|
||||
* Template Name: Orbit - Responsive Resume/CV Template for Developers
|
||||
* Version: 1.0
|
||||
* Author: Xiaoying Riley
|
||||
* Twitter: @3rdwave_themes
|
||||
* License: Creative Commons Attribution 3.0 License
|
||||
* Website: http://themes.3rdwavemedia.com/
|
||||
*/
|
||||
@import "mixins.less";
|
||||
@import "theme-default.less";
|
||||
@import "base.less";
|
||||
@import "responsive.less";
|
Reference in New Issue
Block a user