> For the complete documentation index, see [llms.txt](https://jackyu-pf.gitbook.io/sanitas-citasonline-challenge/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jackyu-pf.gitbook.io/sanitas-citasonline-challenge/07_layout-y-tipografia.md).

# 08\_Layout y tipografía

En el layout de la página, estudio el ritmo horizontal que se ha empleado en la página de Sanitas. La web ha sido diseñada con bootstrap, el framework de bootstrap es el más estandarizado.&#x20;

Mis conclusiones tras analizar las grids sobre las medidas de las versiones desktop (1440px) y mobile (320px).De manera aproximada, las columnas del ritmo horizontal son:

## Desktop version

* 12 columnas
* Gutter: 22px
* Width: 76px
* Margin: 11px

![](/files/-MNIgQweULrvWKfLDz-Q)

## Mobile version

En la versión móvil se emplean una combinación correlacionada de columnas y grids. Con un resultado de:

#### Columnas

* 2 columnas
* Gutter: 11px
* Margin: 15px
* Width: 140px

#### Grids de 4px

![](/files/-MNIgSjTavSvgQa6RaOx)

## Tipografía

Sanitas emplea una **tipografía** que se llama **Bupa**. Al no tener acceso a esta tipografía **emplearé en mi** futuro **re-diseño** la siguiente de la lista del código CSS de la página, **la tipografía Arial**.

Al analizar la página me di cuenta que **no se emplea ninguna jerarquía clara de tipografías** en los tamaños. Hay tipografías de tamaños 13px, 12px, 14px, 16px, etc. A la hora de diseñar, **se debería jerarquizar el tamaño de la tipografía** mediante una **proporción de tamaños** *(por ejemplo, 1.2)* con el fin de **crear jerarquía visual** y a su vez **facilitar el trabajo al desarrollador**.

![](/files/-MNJa-6JEnbvZ1MN9Nxn)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://jackyu-pf.gitbook.io/sanitas-citasonline-challenge/07_layout-y-tipografia.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
