bientot pret
This commit is contained in:
parent
b71cbb37ef
commit
d860e3d987
45 changed files with 1987 additions and 249 deletions
Binary file not shown.
Before Width: | Height: | Size: 1.2 MiB |
BIN
assets/cover/cover.png
Normal file
BIN
assets/cover/cover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 81 KiB |
|
@ -21,8 +21,10 @@
|
|||
transform: scale(1.2);
|
||||
}
|
||||
|
||||
//.content-container {
|
||||
//}
|
||||
|
||||
.page-container.not-complete {
|
||||
.content-container.not-complete {
|
||||
position: relative;
|
||||
top: 97px;
|
||||
padding-bottom: 97px;
|
||||
|
@ -121,6 +123,18 @@
|
|||
margin-bottom: 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
figure {
|
||||
img {
|
||||
margin-bottom: 0;
|
||||
padding-bottom: 0.5rem !important;
|
||||
}
|
||||
figcaption {
|
||||
text-align: center;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
.index-icon-title {
|
||||
|
|
|
@ -72,7 +72,7 @@ $footer-cover-height: 10em;
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
opacity: 0.8 !important;
|
||||
img, svg {
|
||||
img,svg {
|
||||
width: $social-icon-height;
|
||||
height: $social-icon-height;
|
||||
}
|
||||
|
|
|
@ -3,13 +3,12 @@ $responsive-medium: 1050px;
|
|||
$responsive-interlarge: 1400px;
|
||||
$responsive-large: 1500px;
|
||||
|
||||
@import url("https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.8/tailwind.min.css");
|
||||
@import "tailwind.min";
|
||||
@import url('https://fonts.googleapis.com/css?family=Audiowide|Roboto+Slab');
|
||||
@import url('https://use.fontawesome.com/releases/v5.3.1/css/all.css');
|
||||
|
||||
@import "variables";
|
||||
|
||||
|
||||
@import "helpers/container";
|
||||
@import "helpers/link";
|
||||
@import "helpers/card";
|
||||
|
|
1
assets/scss/tailwind.min.css
vendored
Normal file
1
assets/scss/tailwind.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue