adjustments for css and all

This commit is contained in:
talksik
2020-09-04 17:09:12 -07:00
parent 1fc1cb856c
commit 294fdee17a
3 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
.nav {
@extend %flex;
flex-direction: row;
margin-top: 10px;
margin: 10px;
ul {
@extend %flex;
@@ -23,7 +23,7 @@
}
.active {
padding: 7px 10px;
padding: 7px 20px;
background-color: $primary-color;
border-radius: 100px;
color: white;
+1 -1
View File
@@ -6,7 +6,7 @@ import './landing.scss';
export default class Landing extends React.Component {
render() {
return (
<div className="wrapper">
<div className="rameelo-wrapper">
<div className="top-section">
<div className="container-fluid">
<div className="row">
+2 -1
View File
@@ -1,7 +1,8 @@
@import '../../../styles/index';
.wrapper {
.rameelo-wrapper {
max-width: 1920px !important;
margin: 0 auto;
}
.top-section {