Skip to content
Discussion options

You must be logged in to vote

From the developper mode:

Then you see the CSS that you can modify live, you may also have direct link to documentation (https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns):

#title-block-header.quarto-title-block.default .quarto-title-meta {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
See Quarto document.
---
title: "test"
author: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
date: 01/01/2000
format: html
include-in-header: 
  - text: |
      <style>
      #title-block-header.quarto-title-block.default .quarto-title-meta {
        display: grid;
        grid-template-columns: 2fr 1fr;
      }
      </style>
---

## Quarto

Quarto enables you to weave …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@caiolivf
Comment options

@mcanouil
Comment options

Answer selected by mcanouil
@caiolivf
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
html Issues with HTML and related web technology (html/css/scss/js)
2 participants
Converted from issue

This discussion was converted from issue #5596 on May 18, 2023 13:36.