From d9ca01ebe9b9c211b24602f3a93a317c3e3c6b14 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 25 May 2020 12:32:37 +0300 Subject: [PATCH] s --- app/pub/css/an.css | 17 ++++++++++++++++- app/views/layout.phtml | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/app/pub/css/an.css b/app/pub/css/an.css index ba2caf2..a2418cd 100644 --- a/app/pub/css/an.css +++ b/app/pub/css/an.css @@ -7,6 +7,14 @@ body.books-body { width: 65%; font-size: .8em; } +p { + width: 70%; + display: block; + margin: 0px auto; + margin-top: 10px; + margin-bottom: 10px; + line-height: 23px; +} canvas#the-pdf { width: 100%; } @@ -430,10 +438,17 @@ input[type="email"],input[type="password"]{ header, #lk-menu { font-size: .8em; } - + p { + width: 85%; + } + } @media screen and (max-width: 768px) { + p { + width: 100%; + } + #pages { font-size: .8em; } diff --git a/app/views/layout.phtml b/app/views/layout.phtml index 6d79230..6cb47e4 100644 --- a/app/views/layout.phtml +++ b/app/views/layout.phtml @@ -5,7 +5,7 @@ - +