diff --git a/content/mobile.sass b/content/mobile.sass index 9292b55..5eb2238 100644 --- a/content/mobile.sass +++ b/content/mobile.sass @@ -1,8 +1,3 @@ ---- -title: Stylesheet for mobile devices -is_hidden: true ---- - #technical div, #personal div padding: 0 1em diff --git a/content/mobile.yaml b/content/mobile.yaml new file mode 100644 index 0000000..7cdf7da --- /dev/null +++ b/content/mobile.yaml @@ -0,0 +1,3 @@ +--- +title: Stylesheet for mobile devices +is_hidden: true diff --git a/content/screen.sass b/content/screen.sass index 97c1b55..9ee2f62 100644 --- a/content/screen.sass +++ b/content/screen.sass @@ -1,8 +1,3 @@ ---- -title: Stylesheet for displays -is_hidden: true ---- - body font-family: Constantia, Georgia, "Bitstream Vera Serif", "Liberation Serif", serif font-size: 16px diff --git a/content/screen.yaml b/content/screen.yaml new file mode 100644 index 0000000..b7ddba6 --- /dev/null +++ b/content/screen.yaml @@ -0,0 +1,3 @@ +--- +title: Stylesheet for displays +is_hidden: true