master
alicestrt 4 years ago
parent 8adba46f17
commit 37a24c6f88

@ -49,12 +49,16 @@ body {
.icons p { .icons p {
text-align: center; text-align: center;
font-size: 20px; font-size: 20px;
font-family: 'Poppins', sans-serif;; font-family: 'Poppins', sans-serif;
color: #333042; color: #333042;
padding-top: 25%; padding-top: 25%;
text-decoration: 2px underline #ffcccc; text-decoration: 2px underline #ffcccc;
} }
.icons {
padding-bottom: 40px;
}
.container_width { .container_width {
max-width: 100%; max-width: 100%;
} }
@ -109,6 +113,13 @@ a {
padding-bottom: 100px; padding-bottom: 100px;
} }
#print {
text-align: center;
font-family: 'Poppins', sans-serif;
color: #333042;
padding-top: 10px;
}
</style> </style>
<template> <template>
@ -129,6 +140,7 @@ a {
<b-col md="8" offset-md="3"> <b-col md="8" offset-md="3">
<p id="mag_subtitle">#1 On eating in isolation</p> <p id="mag_subtitle">#1 On eating in isolation</p>
<p id="print">Print publication coming out soon!</p>
</b-col> </b-col>

Loading…
Cancel
Save