adjustments for css and all
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
.nav {
|
.nav {
|
||||||
@extend %flex;
|
@extend %flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
margin-top: 10px;
|
margin: 10px;
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
@extend %flex;
|
@extend %flex;
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.active {
|
.active {
|
||||||
padding: 7px 10px;
|
padding: 7px 20px;
|
||||||
background-color: $primary-color;
|
background-color: $primary-color;
|
||||||
border-radius: 100px;
|
border-radius: 100px;
|
||||||
color: white;
|
color: white;
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import './landing.scss';
|
|||||||
export default class Landing extends React.Component {
|
export default class Landing extends React.Component {
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<div className="wrapper">
|
<div className="rameelo-wrapper">
|
||||||
<div className="top-section">
|
<div className="top-section">
|
||||||
<div className="container-fluid">
|
<div className="container-fluid">
|
||||||
<div className="row">
|
<div className="row">
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
@import '../../../styles/index';
|
@import '../../../styles/index';
|
||||||
|
|
||||||
.wrapper {
|
.rameelo-wrapper {
|
||||||
max-width: 1920px !important;
|
max-width: 1920px !important;
|
||||||
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-section {
|
.top-section {
|
||||||
|
|||||||
Reference in New Issue
Block a user