diff --git a/_layouts/home.html b/_layouts/home.html index c7fcd14..951ae0b 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -44,17 +44,22 @@ cursor: pointer; /* Change cursor on hover */ transition: background-color 0.3s; /* Smooth transition */ } + + .container-fluid{ + padding-left: 10%; + padding-right: 10%; + } - .styled-button:hover { - background-color: #dcbf72; /* Darker shade on hover */ - } + .styled-button:hover { + background-color: #dcbf72; /* Darker shade on hover */ + } - .button-row-container { - display: flex; - justify-content: center; - } - - + .button-row-container { + display: flex; + justify-content: center; + } + +