diff --git a/css/dist/main.css b/css/dist/main.css index c284098..f58ad6a 100644 --- a/css/dist/main.css +++ b/css/dist/main.css @@ -39,8 +39,8 @@ #estate-img { border-radius: 10px; - height: 80%; - width: 80%; + height: 350px; + width: 350px; margin-top: 20px; } @@ -74,4 +74,17 @@ footer { font-size: 20px; color: white; margin-top: 100px; +} + +#oxmon { + text-align: right; + text-decoration: none; + color: white; + font-size: 30px; + margin: 0px; +} + +#toast { + text-decoration: none; + color: white; } \ No newline at end of file diff --git a/css/main.scss b/css/main.scss index 1b9f7a2..56ad0ae 100644 --- a/css/main.scss +++ b/css/main.scss @@ -43,8 +43,8 @@ #estate-img { border-radius: 10px; - height: 80%; - width: 80%; + height: 350px; + width: 350px; margin-top: 20px; } @@ -82,4 +82,19 @@ footer { color: white; margin-top: 100px; -} \ No newline at end of file +} + +#oxmon { + text-align:right; + text-decoration: none; + color: white; + font-size: 30px; + margin: 0px; +} +#toast { + text-decoration: none; + color: white; + +} + +// Oxmon NFT work under \ No newline at end of file diff --git a/index.html b/index.html index 355cff3..8d08e89 100644 --- a/index.html +++ b/index.html @@ -13,10 +13,12 @@