diff --git a/begushiybashkir/src/index.html b/begushiybashkir/src/index.html index 39bd72f..71779ef 100644 --- a/begushiybashkir/src/index.html +++ b/begushiybashkir/src/index.html @@ -249,6 +249,7 @@ + diff --git a/begushiybashkir/src/style/style.css b/begushiybashkir/src/style/style.css index f19d173..97a49d7 100644 --- a/begushiybashkir/src/style/style.css +++ b/begushiybashkir/src/style/style.css @@ -4,6 +4,12 @@ @import url(./fonts.css); @import url(./Logo/write-log.css); +html { + font-size: 1em; + width: 100%; + height: 100%; +} + body { font-family: "Arial", sans-serif; height: 100%; @@ -12,6 +18,12 @@ body { color: #333; background-color: #f9f9f9; min-width: 500px; + max-width: 1200px; + margin: 0 auto; + padding: 0; + -webkit-box-shadow: 0px 0px 14px 0px rgba(34, 60, 80, 0.2); + -moz-box-shadow: 0px 0px 14px 0px rgba(34, 60, 80, 0.2); + box-shadow: 0px 0px 14px 0px rgba(34, 60, 80, 0.2); } header { @@ -142,8 +154,8 @@ header { .schedule { background-color: #e8f5e9; - width: 100%; - height: 100%; + width: fit-content; + height: fit-content; } .week {