Projet

Général

Profil

0001-guerande-increase-portal-title-font-size-57758.patch

Paul Marillonnet, 14 octobre 2021 11:34

Télécharger (667 octets)

Voir les différences:

Subject: [PATCH] guerande: increase portal title font size (#57758)

 static/guerande/_custom.scss | 4 ++++
 1 file changed, 4 insertions(+)
static/guerande/_custom.scss
97 97
	}
98 98
}
99 99

  
100
.page-header div.portal-title {
101
	font-size: 150%;
102
}
103

  
100 104
.page-header div.search-cell {
101 105
	padding-top: 50px;
102 106
	padding-bottom: 50px;
103
-