Tweaked the header CSS, started to work on the liked public page

This commit is contained in:
Thomas Sileo
2018-06-25 23:45:43 +02:00
parent 38e3cc6bb7
commit 2bb4cadc93
6 changed files with 35 additions and 17 deletions

View File

@@ -51,7 +51,7 @@ a:hover {
}
#header {
margin-bottom: 60px;
margin-bottom: 70px;
.title {
font-size: 1.2em;
@@ -65,7 +65,8 @@ a:hover {
color: $color;
}
.menu {
padding: 20px 0 10px 0;
clear: both;
padding: 0 0 10px 0;
ul {
display: inline;
list-style-type: none;
@@ -226,7 +227,7 @@ form.action-form {
color: $color-summary;
font-size: 1.3em;
margin-top: 10px;
margin-bottom: 50px;
margin-bottom: 30px;
}
.summary a, .summay a:hover {
color: $color-summary;