css: refactoring & fixing - finalized
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
p:first-child {
|
||||
p.center {
|
||||
margin-bottom: 6.8rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
@ -7,6 +7,10 @@ $breakpoints: (phone: 480px,
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
* {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
:root {
|
||||
font-size: 10px;
|
||||
font-family: Open Sans, sans-serif;
|
||||
|
Reference in New Issue
Block a user