From 9c6854707d2f3fd0866e82560ce95d1a87e2d794 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Thu, 25 Feb 2021 14:11:18 +0100 Subject: Make last moment adjustments --- reveal.js/dist/theme/fifty.css | 10 +++++----- reveal.js/sqlalchemy.html | 5 ++--- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/reveal.js/dist/theme/fifty.css b/reveal.js/dist/theme/fifty.css index a55b3c2..5f5ab00 100644 --- a/reveal.js/dist/theme/fifty.css +++ b/reveal.js/dist/theme/fifty.css @@ -44,7 +44,7 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba .reveal { font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif; - font-size: 24px; + font-size: 22px; font-weight: normal; color: #000; } @@ -117,8 +117,8 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba .reveal img, .reveal video, .reveal iframe { - max-width: 95%; - max-height: 95%; } + max-width: 96%; + max-height: 96%; } .reveal strong, .reveal b { @@ -179,10 +179,10 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba .reveal pre { display: block; position: relative; - width: 90%; + width: 95%; margin: 20px auto; text-align: left; - font-size: 0.55em; + font-size: 0.60em; font-family: monospace; line-height: 1.1em; word-wrap: break-word; } diff --git a/reveal.js/sqlalchemy.html b/reveal.js/sqlalchemy.html index 956538f..4bafccd 100755 --- a/reveal.js/sqlalchemy.html +++ b/reveal.js/sqlalchemy.html @@ -67,10 +67,9 @@

Basic architecture

-

SQLAlchemy consists of several components, including the SQL expression language and the ORM.

-

In order to enable these components, SQLAlchemy also provides an Engine class and MetaData class.

+

SQLAlchemy consists of several components, including the the ORM.