Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #42 from DesignSystemsOSS/development
Browse files Browse the repository at this point in the history
(@yashsehgal): documentation files added, header module modified
  • Loading branch information
yashsehgal authored Feb 26, 2021
2 parents 3ab53e4 + f43f3d7 commit 6b05776
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ git commit -m "your message(according to code of conduct)"

1. Once the changes have been committed, it's time to upload the changes to your repository
```
git push
git push origin <branch-name>
```

### G. Make a pull request
Expand Down
2 changes: 2 additions & 0 deletions HOW_TO_CODE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### HOW TO CODE

7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Design systems is a one stop solution to all your frontend crises.
Give your websites(and rest..) a visual upgrade. design systems's eccentric touch is an open source initiative that
provides you with numerous themes and structures that will magically transform the ways your websites look. backed
with some of the great designers, you will with no doubt find the visuals that will catch your eye. as for the
frontend developrs it is a great platform to showcase their talents . this platform with no doubt serves anyone and
frontend developers it is a great platform to showcase their talents . this platform with no doubt serves anyone and
everyone.


Expand All @@ -45,7 +45,7 @@ Here is a short introduction as to how you can begin.
## GETTING STARTED WITH ECCENTRIC TOUCH
## SYSTEM REQUIERMENTS
## SYSTEM REQUIREMENTS
In your your journey from forking to merging of pull request, these are tools that you will need:</br>
1. Google chrome</br>
Expand All @@ -56,4 +56,7 @@ In your your journey from forking to merging of pull request, these are tools th
## VERSION UPGRADES
## PROGRAMS WE HAVE BEEN ASSOCIATED WITH
## CONTRIBUTORS
- We are happy to see you here, we need more developers/designers like you. So, As now you are here before contributing, you should first read the
[CONTRIBUTING.md](CONTRIBUTING.md) file.
- If you want to write some CSS/SCSS or write test methods to test other's code, you should read [HOW_TO_CODE.md](HOW_TO_CODE.md) to understand the way you have to write the code.
10 changes: 10 additions & 0 deletions src/lib/headers/headers.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/lib/headers/headers.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 11 additions & 1 deletion src/lib/headers/headers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,14 @@

.nav_options {
// position: relative;
}
}

@media screen and (max-width: 600px) {
.cartoon_header_01 {
text-align: center;
}
.nav_options {
text-align: center;
float: none;
}
}

0 comments on commit 6b05776

Please sign in to comment.