aboutsummaryrefslogtreecommitdiff
path: root/developercv.cls
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--developercv.cls (renamed from cv_template.cls)4
1 files changed, 2 insertions, 2 deletions
diff --git a/cv_template.cls b/developercv.cls
index dd8f33e..cf83f69 100644
--- a/cv_template.cls
+++ b/developercv.cls
@@ -133,7 +133,7 @@
\begin{tikzpicture}[scale=3]
\foreach \p/\t in {#1} {
\addtocounter{a}{1}
- \bubble{\thea/2}{\theb}{\p/25}{\t}{1\p0}
+ \bubble{\thea*2/2}{\theb}{\p/20}{\t}{1\p0}
}
\end{tikzpicture}
}
@@ -141,7 +141,7 @@
% Command to output a bubble at a specific position with a specific size
\newcommand{\bubble}[5]{
\filldraw[fill=black, draw=none] (#1,0.5) circle (#3); % Bubble
- \node[label=\textcolor{black}{#4}] at (#1,0.7) {}; % Label
+ \node[anchor=south, align=center] at (#1,0.0) {\parbox{3.5cm}{\centering \textcolor{black}{#4}}}; % Label
}
% CUSTOM SECTIONS