aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/partials/minima/_cv.scss
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/partials/minima/_cv.scss')
-rw-r--r--stylesheets/partials/minima/_cv.scss50
1 files changed, 0 insertions, 50 deletions
diff --git a/stylesheets/partials/minima/_cv.scss b/stylesheets/partials/minima/_cv.scss
deleted file mode 100644
index 5e08134..0000000
--- a/stylesheets/partials/minima/_cv.scss
+++ /dev/null
@@ -1,50 +0,0 @@
-#cv {
- h1 {
- margin-bottom: 0px;
- }
-
- h2 {
- margin-top: 30px;
- }
-
- .info {
- margin-bottom: 30px;
- }
-
- a {
- color: $text-color;
- text-decoration: underline;
- &:hover {
- text-decoration: none;
- }
- }
-
- .info a {
- text-decoration: none;
- &:hover {
- text-decoration: underline;
- }
- }
-
- p {
- position: relative;
- margin-right: 0;
- }
-
- code {
- font: normal normal;
- color: $text-color;
- background-color: $background-color;
- border: 0px;
- }
-
- p code {
- position: absolute;
- text-align: right;
- right: 0%;
- }
-
- .end {
- margin-top: 50px;
- }
-}