style.css 에서 245Line 부근에있는 width 값을 28% 정도로 줄여보세요.
[code title=”CSS”]#featured #text #buttons a:link, #featured #text #buttons a:visited {
display: block;
float: left;
font-size: 16px;
font-weight: bold;
height: 46px;
position: relative;
text-decoration: none;
width: 28%;/* 30% */
}[/code]