renaming base css by base style previous theme
This commit is contained in:
parent
05481f49d5
commit
ecb134f893
|
|
@ -3,6 +3,8 @@
|
|||
--montserrat: "Montserrat", sans-serif;
|
||||
--pink: #e91969;
|
||||
}
|
||||
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
|
@ -24,6 +26,9 @@ h1 {
|
|||
align-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.alignfull {
|
||||
margin: 0 calc(50% - 50vw);
|
||||
}
|
||||
a,
|
||||
a:hover,
|
||||
a:active,
|
||||
Loading…
Reference in New Issue
Block a user