Skip to content
Snippets Groups Projects
Commit ba2a96c6 authored by Bady's avatar Bady
Browse files

Move projects page styling to css file

parent 8b9b8aa1
Branches
No related merge requests found
......@@ -4,11 +4,7 @@ date: 2020-12-20T22:48:59+05:30
slug: projects
---
<style>
ol > li { padding: 0; }
ol > li > p { padding: 0; margin: 15px 0 10px; font-weight: bold; }
ol > li > ul > li { margin-top: 5px; margin-left: -15px; list-style-type: disc; }
</style>
<div id="projects">
1. [Data Modeling using Wikidata.org](https://git.fosscommunity.in/fsfi/camp/-/wikis/ideas-list#data-modeling-using-wikidataorg-ranjith-s)
- Learners: [Arun S Sharma](https://git.fosscommunity.in/fsfi/camp/-/wikis/Proposals/Wikidata/Arun),
......@@ -53,3 +49,5 @@ slug: projects
1. [WordPress Deployment in LAMP Stack](https://git.fosscommunity.in/fsfi/camp/-/wikis/ideas-list#wordpress-deployment-in-lamp-stack-arun-kumar-pariyar)
- Learner: [Afsha M Mailmuri](https://git.fosscommunity.in/fsfi/camp/-/wikis/Proposals/WordPress-Deployment-in-LAMP-Stack/afsha)
- Mentor: Arun Kumar Pariyar
</div>
......@@ -463,6 +463,22 @@ img{
#coc ul{
padding-left: 40px;
}
#projects ol {
padding-left: 20px;
}
#projects ol > li {
padding: 0;
}
#projects ol > li > p {
padding: 0;
margin: 15px 0 10px;
font-weight: bold;
}
#projects ol > li > ul > li {
margin-top: 5px;
margin-left: -15px;
list-style-type: disc;
}
footer{
min-width: 40vh;
background-color: #55AEE1;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment