Add CSS for added classes

pull/151/head
Stasiek Michalski 2018-06-03 03:28:58 +02:00 zatwierdzone przez GitHub
rodzic 66f285c2b1
commit ea119a28ed
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 20 dodań i 0 usunięć

Wyświetl plik

@ -153,3 +153,23 @@ body, button, input, textarea {
.font-weight-ultralight {
font-weight: 200 !important;
}
.square {
position: relative;
width: 100%;
}
.square::after {
content: "";
display: block;
padding-bottom: 100%;
}
.square-content {
position: absolute;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: 50%;
}