Skip to content

Commit 6d0a3ea

Browse files
committed
Improve title rendering
1 parent 2bdf2ce commit 6d0a3ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

assets/theme-css/bulma.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1340,7 +1340,7 @@ a.navbar-item:hover {
13401340
flex-basis: 0;
13411341
flex-grow: 1;
13421342
flex-shrink: 1;
1343-
padding: 0.75rem;
1343+
padding: 0.75rem 0.75rem 0rem 0.75rem;
13441344
}
13451345
.columns.is-mobile > .column.is-5 {
13461346
flex: none;
@@ -1355,7 +1355,7 @@ a.navbar-item:hover {
13551355
.columns {
13561356
margin-left: -0.75rem;
13571357
margin-right: -0.75rem;
1358-
margin-top: -0.75rem;
1358+
margin-top: 1rem;
13591359
}
13601360
.columns:last-child {
13611361
margin-bottom: -0.75rem;

0 commit comments

Comments
 (0)