mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
* Simple refactoring of the config system * Add new unstyled template * Add new modern template (previously the only) * Add placeholder for blocky template * Relocate autoloader * Move build to ./bin
14 lines
182 B
CSS
14 lines
182 B
CSS
.clearfix {
|
|
zoom: 1;
|
|
&:after {
|
|
display: block;
|
|
visibility: hidden;
|
|
height: 0;
|
|
clear: both;
|
|
content: ".";
|
|
}
|
|
}
|
|
|
|
body {
|
|
color: #222;
|
|
} |