diff --git a/src/app/pages/tab1/tab1.page.html b/src/app/pages/tab1/tab1.page.html index 65ec864..2636f7f 100644 --- a/src/app/pages/tab1/tab1.page.html +++ b/src/app/pages/tab1/tab1.page.html @@ -1,62 +1,63 @@ - - - - - - Card Title - Card Subtitle - +
+ + + + + + Card Title + Card Subtitle + - - Here's a small text description for the card content. Nothing more, nothing less. - - - - - - - Card Title - Card Subtitle - + + Here's a small text description for the card content. Nothing more, nothing less. + + + + + + + Card Title + Card Subtitle + - - Here's a small text description for the card content. Nothing more, nothing less. - - - - - - - - - Card Title - Card Subtitle - + + Here's a small text description for the card content. Nothing more, nothing less. + + + + + + + + + Card Title + Card Subtitle + - - Here's a small text description for the card content. Nothing more, nothing less. - - - - - - - Card Title - Card Subtitle - - - - Here's a small text description for the card content. Nothing more, nothing less. - - - - - - 1 - - + + Here's a small text description for the card content. Nothing more, nothing less. + + + + + + + Card Title + Card Subtitle + + + Here's a small text description for the card content. Nothing more, nothing less. + + + + + + 1 + + +
diff --git a/src/app/pages/tab1/tab1.page.scss b/src/app/pages/tab1/tab1.page.scss index e69de29..e7647f0 100644 --- a/src/app/pages/tab1/tab1.page.scss +++ b/src/app/pages/tab1/tab1.page.scss @@ -0,0 +1,16 @@ +.card-block{ + margin: 0px; + //background-color: yellow; + .card-row{ + margin: 0px; + padding: 0px; + .card-col{ + // background-color: red; + padding: 0px; + .card-part{ + padding: 0px; + margin: 10px; + } + } + } +} diff --git a/src/app/pages/tabs/tabs.page.html b/src/app/pages/tabs/tabs.page.html index f7b2e4a..25415f4 100644 --- a/src/app/pages/tabs/tabs.page.html +++ b/src/app/pages/tabs/tabs.page.html @@ -2,7 +2,7 @@ - + Home diff --git a/src/app/pages/tabs/tabs.page.scss b/src/app/pages/tabs/tabs.page.scss index 8b13789..e69de29 100644 --- a/src/app/pages/tabs/tabs.page.scss +++ b/src/app/pages/tabs/tabs.page.scss @@ -1 +0,0 @@ - diff --git a/src/global.scss b/src/global.scss index 0bc1abd..13a5046 100644 --- a/src/global.scss +++ b/src/global.scss @@ -26,6 +26,12 @@ @import "@ionic/angular/css/flex-utils.css"; +.boxed_contents{ + //background-color: red; + max-width: 550px; + margin-left: auto; + margin-right: auto; +} .back_image { @@ -352,7 +358,7 @@ } } } - + .like { display: flex; align-items: center;