mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Always use spaces for code (if possible) (#609)
Almost all the code in the blog uses spaces instead of tabs. This change fixes 3 places where there was inconsistancy. This was causing some of the content to appear misaligned. Now tabs are only used in: - Makefiles - Dockerfiles - Command output (from `objdump` and `diff`) containing tabs - `.fish` files
This commit is contained in:
committed by
Philipp Oppermann
parent
a770d09c0a
commit
1ebe869e0e
@@ -13,7 +13,7 @@
|
||||
}
|
||||
|
||||
.front-page-introduction {
|
||||
margin-bottom: 2rem;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.navigation {
|
||||
|
||||
Reference in New Issue
Block a user