Styles improvements

This commit is contained in:
2020-12-06 17:36:32 +01:00
parent cb94b76726
commit 12d10c427b
4 changed files with 13 additions and 5 deletions

View File

@@ -16,7 +16,8 @@ footer {
background-color: #111111;
color: @secondary-color;
text-align: center;
padding: 2rem;
line-height: @footerHeight;
height: @footerHeight;
p {
margin: 0;

View File

@@ -16,9 +16,12 @@ export default {
<style lang="less">
header {
background-color: @secondary-color;
padding: 0.5rem;
box-shadow: 0 0px 14px 0px #cecece;
> a {
padding: 0.5rem;
}
h1 {
margin: 0;
font-size: 28px;
@@ -32,7 +35,7 @@ header {
right: 0;
transition: all 0.3s ease-in-out;
width: 100%;
height: calc(58px - 0.5rem * 2);
height: @headerHeight;
z-index: 15;
a {