From c190a94bc6086d1e4896a485e876d3dee3df12f0 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Fri, 24 Sep 2021 10:33:05 +0200 Subject: [PATCH] Fix styling for nested lists --- components/md-renderer/mdx-components/ul.tsx | 4 ++++ content/roadmaps/5-sysadmin/landscape.md | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/components/md-renderer/mdx-components/ul.tsx b/components/md-renderer/mdx-components/ul.tsx index 815af200d..7ab0cf024 100644 --- a/components/md-renderer/mdx-components/ul.tsx +++ b/components/md-renderer/mdx-components/ul.tsx @@ -5,6 +5,10 @@ import styled from 'styled-components'; export const Ul = styled.ul` margin-left: 40px; margin-bottom: 18px; + + ul { + margin-top: 18px; + } `; export const Li = styled.li` diff --git a/content/roadmaps/5-sysadmin/landscape.md b/content/roadmaps/5-sysadmin/landscape.md index 74146cc7b..236e53fcd 100644 --- a/content/roadmaps/5-sysadmin/landscape.md +++ b/content/roadmaps/5-sysadmin/landscape.md @@ -1,4 +1,4 @@ -The roadmap below is the list of steps that one might take in order to become a linux system administrator. It is an exhaustive list meant to expose you at least once to important elements of the trade. If you did every last item on this list then you would be eminently qualified to work any Linux admin posting you might ever encounter. The roadmap and all the steps listed below were derived [from a really interesting thread on reddit](https://www.reddit.com/r/linuxadmin/comments/2s924h/how_did_you_get_your_start/cnnw1ma/) which I would recommend you to check out. +The roadmap below is the list of steps that one might take in order to become a linux system administrator. It is an exhaustive list meant to expose you at least once to important elements of the trade. If you did every last item on this list then you would be eminently qualified to work any Linux admin posting you might ever encounter. * Set up a KVM hypervisor. * Inside of that KVM hypervisor, install a Spacewalk server. Use CentOS 6 as the distro for all work below. (For bonus points, set up errata importation on the CentOS channels, so you can properly see security update advisory information.) @@ -23,4 +23,6 @@ The roadmap below is the list of steps that one might take in order to become a Do these things, and you will be fully exposed to every aspect of Linux Enterprise systems administration. Do them well and you will have the technical expertise required to seek "Senior" roles. If you go whole-hog crash-course full-time it with no other means of income, I would expect it would take between 3 and 6 months to go from "I think I'm good with computers" to achieving all of these -- assuming you're not afraid of IRC and google. +The roadmap and all the steps listed above were derived [from a really interesting thread on reddit](https://www.reddit.com/r/linuxadmin/comments/2s924h/how_did_you_get_your_start/cnnw1ma/) which I would recommend you to check out. +