From 2d171d28bb0eac25584061f97817ba0bc5653235 Mon Sep 17 00:00:00 2001 From: LFF <392836591@qq.com> Date: Sat, 14 Dec 2024 22:11:16 +0800 Subject: [PATCH] ygg --- src/main/webapp/css/bootstrap.css | 42 +++++++++++-------------------- 1 file changed, 14 insertions(+), 28 deletions(-) diff --git a/src/main/webapp/css/bootstrap.css b/src/main/webapp/css/bootstrap.css index 4043578..4b0b68f 100644 --- a/src/main/webapp/css/bootstrap.css +++ b/src/main/webapp/css/bootstrap.css @@ -1747,31 +1747,25 @@ h2, font-size: 30px; } h3, -.h3 -{ +.h3 { font-size: 24px; } h4, -.h4 -{ +.h4 { font-size: 18px; } h5, -.h5 -{ +.h5 { font-size: 14px; } h6, -.h6 -{ +.h6 { font-size: 12px; } -p -{ +p { margin: 0 0 10px; } -.lead -{ +.lead { margin-bottom: 20px; font-size: 16px; font-weight: 300; @@ -1779,40 +1773,32 @@ p } @media (min-width: 768px) { - .lead - { + .lead { font-size: 21px; } } small, -.small -{ +.small { font-size: 85%; } mark, -.mark -{ +.mark { padding: .2em; background-color: #fcf8e3; } -.text-left -{ +.text-left { text-align: left; } -.text-right -{ +.text-right { text-align: right; } -.text-center -{ +.text-center { text-align: center; } -.text-justify -{ +.text-justify { text-align: justify; } -.text-nowrap -{ +.text-nowrap { white-space: nowrap; } .text-lowercase